Skip to content

Commit 50d99d3

Browse files
committed
chore: release v0.0.1-beta.3
1 parent 467fac2 commit 50d99d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-select-component",
33
"type": "module",
4-
"version": "0.0.1-beta.2",
4+
"version": "0.0.1-beta.3",
55
"description": "A flexible & modern select-input control for Vue 3.",
66
"author": "Thomas Cazade <cazade.thomas@gmail.com>",
77
"license": "MIT",
@@ -41,7 +41,7 @@
4141
"lint": "eslint .",
4242
"lint:fix": "eslint . --fix",
4343
"type-check": "vue-tsc --build --force",
44-
"bumpp": "bumpp package.json"
44+
"bumpp": "bumpp package.json package-lock.json"
4545
},
4646
"peerDependencies": {
4747
"vue": "^3.4.0"

0 commit comments

Comments
 (0)