Skip to content

Commit

Permalink
release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 15, 2021
1 parent 2bc8278 commit de96ebc
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-demi",
"version": "0.11.0-beta.1",
"version": "0.11.0",
"engines": {
"node": ">=12"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"release": "npx bumpp --tag --commit --push && npm publish --tag next"
"release": "npx bumpp --tag --commit --push && npm publish"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
Expand Down

0 comments on commit de96ebc

Please sign in to comment.