Skip to content

Commit

Permalink
chore: release v0.0.2-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Dec 17, 2023
1 parent 67cc871 commit 1aee962
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@advjs/blender-ui",
"type": "module",
"version": "0.0.1",
"version": "0.0.2-beta.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,8 @@
"module": "./dist/blender-ui.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build"
"build": "vue-tsc --noEmit && vite build",
"release": "bumpp && npm publish"
},
"devDependencies": {
"@types/three": "^0.159.0",
Expand Down

0 comments on commit 1aee962

Please sign in to comment.