From 12f9a4ea1755060f11f461c245a2417ea00b323b Mon Sep 17 00:00:00 2001 From: Yannick Huard Date: Fri, 3 Mar 2017 14:11:30 +0100 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd654d1..c907ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.2.1](https://github.com/yhuard/ecl-example/compare/v0.2.0...v0.2.1) (2017-03-03) + + +### Bug Fixes + +* **travis:** use nodejs 6 ([8aa93b5](https://github.com/yhuard/ecl-example/commit/8aa93b5)) + + + # [0.2.0](https://github.com/yhuard/ecl-example/compare/v0.1.0...v0.2.0) (2017-03-03) diff --git a/package.json b/package.json index 366449b..652422d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ecl-example", "author": "yhuard", "license": "EUPL-1.1", - "version": "0.2.0", + "version": "0.2.1", "description": "", "private": true, "scripts": {