Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
chore(build): fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 11, 2016
1 parent f0d6fa7 commit 191c356
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
<a name="1.0.3"></a>
## [1.0.3](https://github.com/holisticon/angular-common/compare/v1.0.2...v1.0.3) (2016-11-11)


### Bug Fixes

* **karma:** Correct timeout issue ([65e1269](https://github.com/holisticon/angular-common/commit/65e1269)), closes [#17](https://github.com/holisticon/angular-common/issues/17)
* **webpack:** Reduce log output ([673fc99](https://github.com/holisticon/angular-common/commit/673fc99)), closes [#19](https://github.com/holisticon/angular-common/issues/19)



<a name="1.0.2"></a>
## [1.0.2](https://github.com/holisticon/angular-common/compare/v1.0.1...v1.0.2) (2016-11-08)

* **karma:** fix title is not defined ([b31d9dc](https://github.com/holisticon/angular-common/commit/b31d9dc)), closes [#15](https://github.com/holisticon/angular-common/issues/15)

### Bug Fixes

* **karma:** junit report config fixed ([b9c33e6](https://github.com/holisticon/angular-common/commit/b9c33e6))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/holisticon/angular-common/compare/v1.0.0...v1.0.1) (2016-11-08)
Expand All @@ -10,6 +26,7 @@
### Bug Fixes

* **karma:** fix title is not defined ([b31d9dc](https://github.com/holisticon/angular-common/commit/b31d9dc)), closes [#15](https://github.com/holisticon/angular-common/issues/15)
* **other:** optimize release build ([e3cb9e6](https://github.com/holisticon/angular-common/commit/e3cb9e6))
* **other:** optimize release build ([0fda94d](https://github.com/holisticon/angular-common/commit/0fda94d))


Expand Down Expand Up @@ -41,6 +58,11 @@



<a name="0.3.1"></a>
## [0.3.1](https://github.com/holisticon/angular-common/compare/v0.3.0...v0.3.1) (2016-10-25)



<a name="0.3.0"></a>
# [0.3.0](https://github.com/holisticon/angular-common/compare/v0.2.1...v0.3.0) (2016-10-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tslint": "tslint \"test/**/*.ts\" --exclude \"test/node_modules/**/*\"",
"tsc": "tsc",
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
"release:pre": "npm run build && npm run test",
"release:post": "npm run changelog && npm run changelog:add",
Expand Down

0 comments on commit 191c356

Please sign in to comment.