Skip to content

Commit

Permalink
docs: changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Sep 10, 2017
1 parent a9a8119 commit 213ca97
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<a name="0.10.1"></a>
## [0.10.1](https://github.com/iv-web/feflow-cli/compare/v0.10.0...v0.10.1) (2017-09-10)


### Bug Fixes

* npm registry and proxy can be set when initialized. ([a9a8119](https://github.com/iv-web/feflow-cli/commit/a9a8119))
* support yeoman generator app/index.js folder ([bedfaa9](https://github.com/iv-web/feflow-cli/commit/bedfaa9))


### Features

* check node engine requirements ([499358d](https://github.com/iv-web/feflow-cli/commit/499358d))
* init client before load external plugins ([2982f3d](https://github.com/iv-web/feflow-cli/commit/2982f3d))
* print banner when no args ([3fff39c](https://github.com/iv-web/feflow-cli/commit/3fff39c))
* use yaml to store local config ([c7d3241](https://github.com/iv-web/feflow-cli/commit/c7d3241))



<a name="0.10.0"></a>
# 0.10.0 (2017-08-21)
# [0.10.0](https://github.com/iv-web/feflow-cli/compare/626def2...v0.10.0) (2017-08-21)


### Features
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feflow-cli",
"version": "0.10.0",
"version": "0.10.1",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 213ca97

Please sign in to comment.