We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fa701 commit f299c3eCopy full SHA for f299c3e
package.json
@@ -46,6 +46,7 @@
46
"build:all": "concurrently npm:build:vue2 npm:build:vue3 && concurrently npm:build:dts:vue2 npm:build:dts:vue3",
47
"preversion": "npm run test",
48
"postversion": "npm run build:all",
49
+ "version": "auto-changelog -p -o CHANGELOG.md --hide-credit --release-summary --hide-empty-releases --sort-commits date-desc && git add CHANGELOG.md",
50
"prepare": "husky install"
51
},
52
"keywords": [
@@ -77,6 +78,7 @@
77
78
"@types/node": "^20.2.1",
79
"@typescript-eslint/eslint-plugin": "^5.59.6",
80
"@typescript-eslint/parser": "^5.59.6",
81
+ "auto-changelog": "^2.4.0",
82
"concurrently": "^8.0.1",
83
"dts-bundle-generator": "^8.0.1",
84
"eslint": "^8.40.0",
0 commit comments