Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Sep 13, 2023
1 parent 7ffd638 commit 9729963
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 @@
{
"name": "@watermarkify/vue-watermark",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"packageManager": "[email protected]",
"description": "Vue Watermark",
Expand Down Expand Up @@ -48,7 +48,7 @@
"play:build": "vite build playground",
"play:release": "pnpm run play:build && rsync -rvzh ./playground/dist/ ./docs/",
"test": "vitest",
"release": "pnpm build && bumpp --commit --tag --push && pnpm publish"
"release": "pnpm build && bumpp --commit --tag --push"
},
"dependencies": {
"vue": "^3.3.4"
Expand Down

0 comments on commit 9729963

Please sign in to comment.