Skip to content

Commit d33d957

Browse files
committed
release v0.0.3
1 parent 9c239a1 commit d33d957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vitest",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"license": "MIT",
55
"description": "Eslint plugin for vitest",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"lint": "eslint 'src/**/*.ts' --fix",
3131
"test": "vitest --watch",
3232
"format": "prettier --write --plugin-search-dir=. .",
33-
"release": "bumpp package.json && pnpm publish"
33+
"release": "bumpp package.json --commit --push --tag && pnpm publish"
3434
},
3535
"devDependencies": {
3636
"@babel/types": "^7.17.0",

0 commit comments

Comments
 (0)