Skip to content

Commit 754b59c

Browse files
committed
docs(changelog): update changelog.
1 parent e5333cd commit 754b59c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.13.1"></a>
2+
## [0.13.1](https://github.com/feflow/feflow/compare/v0.13.0...v0.13.1) (2018-03-09)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** increment update failed bug ([e5333cd](https://github.com/feflow/feflow/commit/e5333cd))
8+
9+
10+
111
<a name="0.13.0"></a>
212
# [0.13.0](https://github.com/feflow/feflow/compare/v0.12.0...v0.13.0) (2018-02-06)
313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feflow-cli",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A command line tool aims to improve front-end engineer workflow.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"feflow": "./bin/feflow"
2727
},
2828
"configs": {
29-
"compatibleVersion": ">=0.13.0"
29+
"compatibleVersion": ">=0.13.1"
3030
},
3131
"dependencies": {
3232
"abbrev": "^1.1.0",

0 commit comments

Comments
 (0)