Skip to content

Commit 8c0c090

Browse files
committed
bump to v3.0.133
1 parent 9364ed0 commit 8c0c090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@servicestack/vue",
3-
"version": "3.0.132",
3+
"version": "3.0.133",
44
"private": false,
55
"files": [
66
"dist"
@@ -31,7 +31,7 @@
3131
"build-only": "vite build -l error",
3232
"type-check": "vue-tsc --noEmit",
3333
"test": "vitest",
34-
"release": "bump patch --commit --push --tag && npm publish"
34+
"bump": "npx bump"
3535
},
3636
"dependencies": {
3737
"@servicestack/client": "^2.1.13",
@@ -60,4 +60,4 @@
6060
"vue-tsc": "^3.1.0",
6161
"webdriverio": "^9.20.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)