Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nooooooom committed Feb 4, 2023
1 parent 52ddbdb commit d3e42bf
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": "vue-forward-ref",
"version": "0.0.2",
"version": "0.0.3",
"description": "💫 Make it easier for HOCs to forward refs.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"build": "tsup",
"test": "vitest",
"prepublish": "pnpm build",
"release": "bumpp package.json package.json --commit --push --tag && pnpm -r publish --access public"
"release": "bumpp package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"bumpp": "^8.2.1",
Expand Down

0 comments on commit d3e42bf

Please sign in to comment.