Skip to content

Commit

Permalink
docs(changelog): update changelog and authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Apr 28, 2018
1 parent 6c2fc65 commit 08f8552
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lewischeng <cpselvis@gmail.com>
cpselvis <cpselvis@gmail.com>
qiuqiu <416665079@qq.com>
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="0.13.2"></a>
## [0.13.2](https://github.com/feflow/feflow/compare/v0.13.1...v0.13.2) (2018-04-28)


### Features

* support yeoman generator and builder increment update seperately. ([6c2fc65](https://github.com/feflow/feflow/commit/6c2fc65))



<a name="0.13.2"></a>
## [0.13.2](https://github.com/feflow/feflow/compare/v0.13.1...v0.13.2) (2018-04-28)


### Features

* support template and builder increment update seperately. ([6c2fc65](https://github.com/feflow/feflow/commit/6c2fc65))



<a name="0.13.1"></a>
## [0.13.1](https://github.com/feflow/feflow/compare/v0.13.0...v0.13.1) (2018-03-09)

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "feflow-cli",
"version": "0.13.1",
"version": "0.13.2",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "istanbul cover node_modules/mocha/bin/_mocha && codecov"
"test": "istanbul cover node_modules/mocha/bin/_mocha && codecov",
"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"
},
"repository": {
"type": "git",
Expand All @@ -26,7 +27,7 @@
"feflow": "./bin/feflow"
},
"configs": {
"compatibleVersion": ">=0.13.1"
"compatibleVersion": ">=0.13.2"
},
"dependencies": {
"abbrev": "^1.1.0",
Expand Down

0 comments on commit 08f8552

Please sign in to comment.