Skip to content

Commit

Permalink
chore: release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cansiny0320 committed Aug 14, 2022
1 parent a74f444 commit fdc47dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilibili-block-plus",
"type": "module",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand All @@ -22,7 +22,8 @@
"dev": "tsup --watch",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "nr build && git add dist && git commit -m 'chore: update dist' && bumpp",
"release": "nr build && git add dist && git commit -m 'chore: update dist'",
"bumpp": "bumpp",
"start": "esno src/index.ts",
"typecheck": "tsc --noEmit",
"gen-meta": "esno genMeta.ts"
Expand Down

0 comments on commit fdc47dc

Please sign in to comment.