Skip to content

Commit cee532a

Browse files
committed
chore: add CHANGELOG
1 parent 5149fd0 commit cee532a

File tree

3 files changed

+1796
-38
lines changed

3 files changed

+1796
-38
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 0.1.0 (2020-11-17)
2+
3+
4+

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414
"make-release": "run-s build bundle update-appcast",
1515
"dev": "run-s clean && cross-env NODE_ENV=development rollup -c rollup.config.js --watch",
1616
"type-check": "tsc --noEmit",
17-
"update-appcast": "node scripts/update-appcast.js"
17+
"update-appcast": "node scripts/update-appcast.js",
18+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
19+
"pub": "np --no-publish",
20+
"version": "npm run changelog && git add ."
1821
},
1922
"dependencies": {
23+
"@commitlint/cli": "^11.0.0",
24+
"@commitlint/config-angular": "^11.0.0",
2025
"@rollup/plugin-commonjs": "^16.0.0",
2126
"@rollup/plugin-json": "^4.1.0",
2227
"@rollup/plugin-node-resolve": "^10.0.0",
@@ -34,6 +39,7 @@
3439
"form-data": "^3.0.0",
3540
"fs-extra": "^9.0.1",
3641
"nodemon": "^2.0.6",
42+
"np": "^7.0.0",
3743
"npm-run-all": "^4.1.5",
3844
"prettier": "^2.1.2",
3945
"rollup": "^2.28.2",

0 commit comments

Comments
 (0)