Skip to content

Commit 0e1f4c3

Browse files
committed
chore(release): 0.5.0
1 parent 192b259 commit 0e1f4c3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openweb/vue-example",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -22,4 +22,4 @@
2222
"node": ">=v16.15.0",
2323
"pnpm": ">=6.32.11"
2424
}
25-
}
25+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-component-library-starter",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "The easy way to start your Vue 3 Component Library.",
66
"keywords": [
77
"component",
@@ -45,7 +45,7 @@
4545
"coverage": "vitest run --coverage",
4646
"typecheck": "vue-tsc --emitDeclarationOnly",
4747
"preinstall": "node .scripts/check-for-pnpm.js && node .scripts/check-node-version.js",
48-
"release": "npx bumpp package.json examples/*/package.json --commit --tag --push && pnpm run changelog"
48+
"release": "npx bumpp package.json examples/*/package.json --commit 'chore(release): %s' --tag --push && pnpm run changelog"
4949
},
5050
"dependencies": {
5151
"vue": "^3.2.33"
@@ -106,4 +106,4 @@
106106
"contributors": [
107107
"Chris Breuer <[email protected]>"
108108
]
109-
}
109+
}

0 commit comments

Comments
 (0)