Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Aug 28, 2023
1 parent 02cbe1a commit ac5e0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hook-optimizer",
"version": "0.0.9",
"version": "0.0.10",
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
"packageManager": "[email protected]",
"homepage": "https://github.com/zcf0508/vue-hook-optimizer",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"nuxt": "^3.6.5",
"unocss": "^0.54.2"
},
"version": "0.0.9"
"version": "0.0.10"
}
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "zcf0508",
"name": "vue-hook-optimizer-ext",
"displayName": "vue-hook-optimizer",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down

0 comments on commit ac5e0c1

Please sign in to comment.