We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828f202 commit b362435Copy full SHA for b362435
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue/repl",
3
- "version": "2.8.1",
+ "version": "2.9.0",
4
"description": "Vue component for editing Vue components",
5
"packageManager": "[email protected]",
6
"type": "module",
@@ -43,6 +43,7 @@
43
"build-preview": "vite build -c vite.preview.config.ts",
44
"format": "prettier --write .",
45
"release": "bumpp -r",
46
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
47
"prepublishOnly": "npm run build"
48
},
49
"simple-git-hooks": {
@@ -75,6 +76,7 @@
75
76
"@vue/language-service": "1.9.0-alpha.3",
77
"bumpp": "^9.2.0",
78
"codemirror": "^5.65.16",
79
+ "conventional-changelog-cli": "^4.1.0",
80
"fflate": "^0.8.1",
81
"hash-sum": "^2.0.0",
82
"lint-staged": "^15.1.0",
0 commit comments