Skip to content

Commit

Permalink
chore: release v0.0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuexiaoliang committed Aug 1, 2024
1 parent ef8ea51 commit 5334974
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 @@
{
"type": "module",
"version": "0.0.0",
"version": "0.0.1-beta.1",
"packageManager": "[email protected]",
"description": "_description_",
"author": "Anthony Fu <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs:dev": "pnpm --filter docs dev",
"test": "vitest",
"build": "pnpm -r build",
"release": "bumpp && npm publish",
"release": "bumpp",
"typecheck": "tsc --noEmit && pnpm -r typecheck",
"lint": "eslint ."
},
Expand Down

0 comments on commit 5334974

Please sign in to comment.