Skip to content

Commit

Permalink
docs(changelog): update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Mar 9, 2018
1 parent e5333cd commit 754b59c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.13.1"></a>
## [0.13.1](https://github.com/feflow/feflow/compare/v0.13.0...v0.13.1) (2018-03-09)


### Bug Fixes

* **core:** increment update failed bug ([e5333cd](https://github.com/feflow/feflow/commit/e5333cd))



<a name="0.13.0"></a>
# [0.13.0](https://github.com/feflow/feflow/compare/v0.12.0...v0.13.0) (2018-02-06)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feflow-cli",
"version": "0.13.0",
"version": "0.13.1",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"feflow": "./bin/feflow"
},
"configs": {
"compatibleVersion": ">=0.13.0"
"compatibleVersion": ">=0.13.1"
},
"dependencies": {
"abbrev": "^1.1.0",
Expand Down

0 comments on commit 754b59c

Please sign in to comment.