diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad441e4..06fb5655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.15.5](https://github.com/feflow/feflow/compare/v0.15.4...v0.15.5) (2019-05-22) + + +### Features + +* support active subgenerator ([#93](https://github.com/feflow/feflow/issues/93)) ([234e6bc](https://github.com/feflow/feflow/commit/234e6bc)) + + + ## [0.15.4](https://github.com/feflow/feflow/compare/v0.15.3...v0.15.4) (2019-04-24) diff --git a/package.json b/package.json index 5a2bc93c..2169a807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feflow-cli", - "version": "0.15.4", + "version": "0.15.5", "description": "A command line tool aims to improve front-end engineer workflow.", "main": "lib/core/index.js", "scripts": {