From 0df1768589198dacc4d4b5cdaad5b1741cdbd09b Mon Sep 17 00:00:00 2001 From: cpselvis Date: Thu, 28 Sep 2017 22:29:38 +0800 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9362437f..555f3610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,25 @@ - -## [0.10.1](https://github.com/cpselvis/feflow-cli/compare/v0.10.0...v0.10.1) (2017-09-10) + +## [0.10.3](https://github.com/cpselvis/feflow-cli/compare/v0.10.2...v0.10.3) (2017-09-28) ### Bug Fixes +* install issue fix ([d3f181a](https://github.com/cpselvis/feflow-cli/commit/d3f181a)), closes [#1](https://github.com/cpselvis/feflow-cli/issues/1) + + +### Features + +* get, set or list config items ([e311d83](https://github.com/cpselvis/feflow-cli/commit/e311d83)) + + + + +## [0.10.2](https://github.com/cpselvis/feflow-cli/compare/v0.10.0...v0.10.2) (2017-09-10) + + +### Bug Fixes + +* fix deps ([c28eb14](https://github.com/cpselvis/feflow-cli/commit/c28eb14)) * npm registry and proxy can be set when initialized. ([a9a8119](https://github.com/cpselvis/feflow-cli/commit/a9a8119)) * support yeoman generator app/index.js folder ([bedfaa9](https://github.com/cpselvis/feflow-cli/commit/bedfaa9))