Skip to content

Commit

Permalink
chore: changelog not cover previous.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Feb 6, 2018
1 parent 5b33808 commit 4344fce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
<a name="0.12.0"></a>
# [0.12.0](https://github.com/feflow/feflow/compare/v0.12.0-alpha.1...v0.12.0) (2017-12-11)



<a name="0.12.0-alpha.1"></a>
# [0.12.0-alpha.1](https://github.com/feflow/feflow/compare/v0.12.0-alpha.0...v0.12.0-alpha.1) (2017-12-10)



<a name="0.12.0-alpha.0"></a>
# [0.12.0-alpha.0](https://github.com/feflow/feflow/compare/v0.11.3...v0.12.0-alpha.0) (2017-12-09)


### Features

* add dev and build command ([88414b2](https://github.com/feflow/feflow/commit/88414b2))
Expand Down Expand Up @@ -126,6 +115,3 @@
* command register mechanism. ([febe1c3](https://github.com/feflow/feflow/commit/febe1c3))
* Initial commit ([626def2](https://github.com/feflow/feflow/commit/626def2))
* support -v and --version command. ([fa14d9e](https://github.com/feflow/feflow/commit/fa14d9e))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "istanbul cover node_modules/mocha/bin/_mocha && codecov"
},
"repository": {
Expand Down

0 comments on commit 4344fce

Please sign in to comment.