Skip to content

Commit

Permalink
release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Apr 3, 2022
1 parent 9c239a1 commit d33d957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vitest",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"description": "Eslint plugin for vitest",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "eslint 'src/**/*.ts' --fix",
"test": "vitest --watch",
"format": "prettier --write --plugin-search-dir=. .",
"release": "bumpp package.json && pnpm publish"
"release": "bumpp package.json --commit --push --tag && pnpm publish"
},
"devDependencies": {
"@babel/types": "^7.17.0",
Expand Down

0 comments on commit d33d957

Please sign in to comment.