Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit a2cb489

Browse files
authored
Merge branch 'main' into chore/document
2 parents 9d80bf0 + c177310 commit a2cb489

File tree

14 files changed

+569
-93
lines changed

14 files changed

+569
-93
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"dist",
3535
"src/node/views/*",
3636
"src/node/app.js",
37-
"src/node/Container.vue",
3837
"*.d.ts"
3938
],
4039
"engines": {
@@ -50,8 +49,9 @@
5049
"stub": "unbuild --stub",
5150
"lint": "eslint .",
5251
"lint:fix": "eslint --fix .",
52+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
5353
"prepublishOnly": "npm run build",
54-
"release": "bumpp && npm publish",
54+
"release": "bumpp && nr changelog && npm publish",
5555
"dep:up": "taze -I major"
5656
},
5757
"peerDependencies": {
@@ -94,6 +94,7 @@
9494
"bumpp": "^9.1.1",
9595
"codemirror": "^6.0.1",
9696
"codemirror-theme-vars": "^0.1.2",
97+
"conventional-changelog-cli": "^3.0.0",
9798
"dayjs": "^1.11.9",
9899
"eslint": "8.44.0",
99100
"fast-glob": "^3.3.0",

0 commit comments

Comments
 (0)