diff --git a/packages/feflow-cli/CHANGELOG.md b/packages/feflow-cli/CHANGELOG.md index d7f970e7..eb3be6f3 100644 --- a/packages/feflow-cli/CHANGELOG.md +++ b/packages/feflow-cli/CHANGELOG.md @@ -1,3 +1,20 @@ +# [0.19.0-alpha.0](https://github.com/Tencent/feflow/compare/v0.18.4...v0.19.0-alpha.0) (2020-04-09) + + +### Bug Fixes + +* **devkit:** spelling error ([c059638](https://github.com/Tencent/feflow/commit/c0596382fd3dc0e8c95fad6dbaac0cb4df7ddbb9)) +* fix help command without option ([#211](https://github.com/Tencent/feflow/issues/211)) ([754348f](https://github.com/Tencent/feflow/commit/754348fdb23c52c43f2745ae68965bf3c8512998)) + + +### Features + +* support devkit.js/devkit.yaml/devkit.yml/devkitrc/package.json format ([2ddeccb](https://github.com/Tencent/feflow/commit/2ddeccb1e50983f378c51c493016a7f5ce949010)) +* **cli:** support auto-update params ([115e742](https://github.com/Tencent/feflow/commit/115e74279c339e16f1d2815e5daf99d252ba12a2)) +* **devkit:** support plugin/devkit sub command help ([#207](https://github.com/Tencent/feflow/issues/207)) ([17be24d](https://github.com/Tencent/feflow/commit/17be24d8c5bbb2eb3c3faedc1f441e219997210a)) + + + ## [0.18.4](https://github.com/Tencent/feflow/compare/v0.18.3...v0.18.4) (2020-04-09) diff --git a/packages/feflow-cli/package.json b/packages/feflow-cli/package.json index 9ebb7cc7..4e14a873 100644 --- a/packages/feflow-cli/package.json +++ b/packages/feflow-cli/package.json @@ -1,6 +1,6 @@ { "name": "@feflow/cli", - "version": "0.18.4", + "version": "0.19.0-alpha.0", "description": "A front-end flow tool.", "main": "./lib/index.js", "directories": {