Skip to content

Commit 94d1c0d

Browse files
committed
chore: relase v0.15.0
1 parent 03a8f2c commit 94d1c0d

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
1-
<a name="0.15.0-alpha.1"></a>
2-
# [0.15.0-alpha.1](https://github.com/feflow/feflow/compare/v0.15.0-alpha.0...v0.15.0-alpha.1) (2018-12-15)
1+
<a name="0.15.0"></a>
2+
# [0.15.0](https://github.com/feflow/feflow/compare/v0.15.0-alpha.1...v0.15.0) (2018-12-15)
33

44

55
### Features
66

77
* add disable-check params ([d6542ad](https://github.com/feflow/feflow/commit/d6542ad))
88
* disable-check param for templates, builder and plugins ([3d4ea1d](https://github.com/feflow/feflow/commit/3d4ea1d))
9-
10-
11-
12-
<a name="0.15.0-alpha.0"></a>
13-
# [0.15.0-alpha.0](https://github.com/feflow/feflow/compare/v0.14.0...v0.15.0-alpha.0) (2018-12-08)
9+
* install templates, builder and plugins with global-style ([bb509d8](https://github.com/feflow/feflow/commit/bb509d8))
1410

1511

1612
### Bug Fixes
1713

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

2016

21-
### Features
22-
23-
* install templates, builder and plugins with global-style ([bb509d8](https://github.com/feflow/feflow/commit/bb509d8))
24-
25-
2617

2718
<a name="0.14.0"></a>
2819
# [0.14.0](https://github.com/feflow/feflow/compare/v0.13.6...v0.14.0) (2018-09-29)

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.15.0-alpha.1",
3+
"version": "0.15.0",
44
"description": "A command line tool aims to improve front-end engineer workflow.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"feflow": "./bin/feflow"
2828
},
2929
"configs": {
30-
"compatibleVersion": ">=0.14.0"
30+
"compatibleVersion": ">=0.15.0"
3131
},
3232
"dependencies": {
3333
"abbrev": "^1.1.0",

0 commit comments

Comments
 (0)