Skip to content

Commit 08f8552

Browse files
committed
docs(changelog): update changelog and authors.
1 parent 6c2fc65 commit 08f8552

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
lewischeng <cpselvis@gmail.com>
1+
cpselvis <cpselvis@gmail.com>
2+
qiuqiu <416665079@qq.com>

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="0.13.2"></a>
2+
## [0.13.2](https://github.com/feflow/feflow/compare/v0.13.1...v0.13.2) (2018-04-28)
3+
4+
5+
### Features
6+
7+
* support yeoman generator and builder increment update seperately. ([6c2fc65](https://github.com/feflow/feflow/commit/6c2fc65))
8+
9+
10+
11+
<a name="0.13.2"></a>
12+
## [0.13.2](https://github.com/feflow/feflow/compare/v0.13.1...v0.13.2) (2018-04-28)
13+
14+
15+
### Features
16+
17+
* support template and builder increment update seperately. ([6c2fc65](https://github.com/feflow/feflow/commit/6c2fc65))
18+
19+
20+
121
<a name="0.13.1"></a>
222
## [0.13.1](https://github.com/feflow/feflow/compare/v0.13.0...v0.13.1) (2018-03-09)
323

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "feflow-cli",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "A command line tool aims to improve front-end engineer workflow.",
55
"main": "lib/index.js",
66
"scripts": {
77
"commitmsg": "validate-commit-msg",
88
"commit": "git-cz ",
99
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
10-
"test": "istanbul cover node_modules/mocha/bin/_mocha && codecov"
10+
"test": "istanbul cover node_modules/mocha/bin/_mocha && codecov",
11+
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'tencent.com' > AUTHORS"
1112
},
1213
"repository": {
1314
"type": "git",
@@ -26,7 +27,7 @@
2627
"feflow": "./bin/feflow"
2728
},
2829
"configs": {
29-
"compatibleVersion": ">=0.13.1"
30+
"compatibleVersion": ">=0.13.2"
3031
},
3132
"dependencies": {
3233
"abbrev": "^1.1.0",

0 commit comments

Comments
 (0)