Skip to content

Commit

Permalink
chore: release v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Jul 17, 2022
1 parent dc43339 commit abf1868
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yankeeinlondon/meta-builder",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Adds better metadata management capabilities to vite-plugin-md via the Builder API",
"exports": {
".": {
Expand All @@ -23,9 +23,11 @@
"lint:src": "eslint ./src/**/*.ts --fix",
"lint:test": "eslint ./test/**/*.ts --fix",
"test": "vitest",
"test:once": "vitest run",
"test:ci": "vitest run",
"test:ui": "vitest ui",
"release": "run-s lint test:once release:bump",
"audit:fix": "pnpm audit --fix",
"release": "run-s lint release:latest test:ci audit:fix release:bump",
"release:latest": "pnpm install",
"release:bump": "bumpp"
},
"repository": {
Expand Down

0 comments on commit abf1868

Please sign in to comment.