Skip to content

Commit

Permalink
chore: release v0.0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Aug 2, 2024
1 parent 4713960 commit 5477ab5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.63",
"version": "0.0.64",
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
"author": "zcf0508 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-vue-hook-optimizer",
"type": "module",
"version": "0.0.63",
"version": "0.0.64",
"description": "vue-hook-optimizer eslint plugin",
"author": "zcf0508 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "0.0.63",
"version": "0.0.64",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
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.63",
"version": "0.0.64",
"private": true,
"description": "",
"author": "zcf0508 <[email protected]>",
Expand Down

0 comments on commit 5477ab5

Please sign in to comment.