From 31e899565d91dea9c8b365c118cc502eec6154e2 Mon Sep 17 00:00:00 2001 From: Yannick Huard Date: Fri, 3 Mar 2017 13:52:28 +0100 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524d4a7..563f28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,15 @@ 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.1.0](https://github.com/yhuard/ecl-example/compare/v0.0.2...v0.1.0) (2017-03-03) + + +### Features + +* **release:** add release script ([4fde7c4](https://github.com/yhuard/ecl-example/commit/4fde7c4)) + + + ## 0.0.2 (2017-03-03) diff --git a/package.json b/package.json index 43d39f1..a1960c4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ecl-example", "author": "yhuard", "license": "EUPL-1.1", - "version": "0.0.2", + "version": "0.1.0", "description": "", "private": true, "scripts": {