Skip to content

Commit

Permalink
docs: update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Aug 8, 2018
1 parent eecc63c commit 7f922b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="0.13.6"></a>
## [0.13.6](https://github.com/feflow/feflow/compare/v0.13.5...v0.13.6) (2018-08-08)


### Bug Fixes

* fix cod to code ([145e517](https://github.com/feflow/feflow/commit/145e517))



<a name="0.13.5"></a>
## [0.13.5](https://github.com/feflow/feflow/compare/v0.13.4...v0.13.5) (2018-07-04)

Expand Down
2 changes: 1 addition & 1 deletion lib/core/initClient.js
Expand Up @@ -27,7 +27,7 @@ class Client {
if (!fs.existsSync(baseDir)) {
log.info('检测到这是您第一次使用feflow,即将进行cli client初始化');

fs.mkdirsSync(baseDir);
fs.ensurePathSync(baseDir);
}

log.debug('.feflow 目录已经创建');
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "feflow-cli",
"version": "0.13.5",
"version": "0.13.6",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"feflow": "./bin/feflow"
},
"configs": {
"compatibleVersion": ">=0.13.4"
"compatibleVersion": ">=0.13.5"
},
"dependencies": {
"abbrev": "^1.1.0",
Expand Down

0 comments on commit 7f922b4

Please sign in to comment.