Skip to content

Commit b362435

Browse files
committed
chore: release v2.9.0
1 parent 828f202 commit b362435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/repl",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"description": "Vue component for editing Vue components",
55
"packageManager": "[email protected]",
66
"type": "module",
@@ -43,6 +43,7 @@
4343
"build-preview": "vite build -c vite.preview.config.ts",
4444
"format": "prettier --write .",
4545
"release": "bumpp -r",
46+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
4647
"prepublishOnly": "npm run build"
4748
},
4849
"simple-git-hooks": {
@@ -75,6 +76,7 @@
7576
"@vue/language-service": "1.9.0-alpha.3",
7677
"bumpp": "^9.2.0",
7778
"codemirror": "^5.65.16",
79+
"conventional-changelog-cli": "^4.1.0",
7880
"fflate": "^0.8.1",
7981
"hash-sum": "^2.0.0",
8082
"lint-staged": "^15.1.0",

0 commit comments

Comments
 (0)