Skip to content

Commit

Permalink
chore: release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Dec 15, 2022
1 parent e305641 commit 78d6b7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-md",
"version": "0.21.1",
"version": "0.22.0",
"description": "Markdown for Vite",
"type": "module",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -46,7 +46,8 @@
"lint:tsc": "tsc --noEmit",
"lint:node": "tsup src/index.ts --format=esm && node dist/index.js",
"audit:fix": "pnpm audit --fix && pnpm install",
"release": "pnpm audit:fix && lint && bumpp",
"release": "run-s audit:fix lint release:bumpp",
"release:bumpp": "bumpp",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
Expand Down Expand Up @@ -97,4 +98,4 @@
"vue": "^3.2.45",
"vue-router": "^4.1.6"
}
}
}

0 comments on commit 78d6b7a

Please sign in to comment.