Skip to content

Commit

Permalink
chore: relase v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Dec 15, 2018
1 parent 03a8f2c commit 94d1c0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
<a name="0.15.0-alpha.1"></a>
# [0.15.0-alpha.1](https://github.com/feflow/feflow/compare/v0.15.0-alpha.0...v0.15.0-alpha.1) (2018-12-15)
<a name="0.15.0"></a>
# [0.15.0](https://github.com/feflow/feflow/compare/v0.15.0-alpha.1...v0.15.0) (2018-12-15)


### Features

* add disable-check params ([d6542ad](https://github.com/feflow/feflow/commit/d6542ad))
* disable-check param for templates, builder and plugins ([3d4ea1d](https://github.com/feflow/feflow/commit/3d4ea1d))



<a name="0.15.0-alpha.0"></a>
# [0.15.0-alpha.0](https://github.com/feflow/feflow/compare/v0.14.0...v0.15.0-alpha.0) (2018-12-08)
* install templates, builder and plugins with global-style ([bb509d8](https://github.com/feflow/feflow/commit/bb509d8))


### Bug Fixes

* require deploy as internal plugins ([81c01c5](https://github.com/feflow/feflow/commit/81c01c5))


### Features

* install templates, builder and plugins with global-style ([bb509d8](https://github.com/feflow/feflow/commit/bb509d8))



<a name="0.14.0"></a>
# [0.14.0](https://github.com/feflow/feflow/compare/v0.13.6...v0.14.0) (2018-09-29)
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.15.0-alpha.1",
"version": "0.15.0",
"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.14.0"
"compatibleVersion": ">=0.15.0"
},
"dependencies": {
"abbrev": "^1.1.0",
Expand Down

0 comments on commit 94d1c0d

Please sign in to comment.