Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 0e1acda

Browse files
committed
CHANGELOG.md added
1 parent fb3d9a3 commit 0e1acda

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<a name="1.0.4"></a>
2+
## 1.0.4 (2017-06-27)
3+
4+
5+

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.4",
44
"license": "Apache-2.0",
55
"scripts": {
6+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
67
"clean": "rimraf node_modules doc dist && npm cache clean",
78
"clean-install": "npm run clean && npm install",
89
"clean-start": "npm run clean-install && npm start",
@@ -60,6 +61,7 @@
6061
"autoprefixer": "^6.3.2",
6162
"awesome-typescript-loader": "3.1.3",
6263
"codelyzer": "2.0.0",
64+
"conventional-changelog": "^1.1.3",
6365
"copy-webpack-plugin": "^4.0.0",
6466
"css-loader": "^0.26.1",
6567
"extract-text-webpack-plugin": "2.0.0-beta.4",

0 commit comments

Comments
 (0)