Skip to content

Commit e5f3706

Browse files
committed
chore: release v0.0.65
1 parent 275f3f5 commit e5f3706

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hook-optimizer",
3-
"version": "0.0.64",
3+
"version": "0.0.65",
44
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
55
"author": "zcf0508 <zcf0508@live.com>",
66
"license": "MIT",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-vue-hook-optimizer",
33
"type": "module",
4-
"version": "0.0.64",
4+
"version": "0.0.65",
55
"description": "vue-hook-optimizer eslint plugin",
66
"author": "zcf0508 <zcf0508@live.com>",
77
"license": "MIT",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-app",
3-
"version": "0.0.64",
3+
"version": "0.0.65",
44
"private": true,
55
"scripts": {
66
"build": "nuxt build",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "zcf0508",
33
"name": "vue-hook-optimizer-ext",
44
"displayName": "vue-hook-optimizer",
5-
"version": "0.0.64",
5+
"version": "0.0.65",
66
"private": true,
77
"description": "",
88
"author": "zcf0508 <zcf0508@live.com>",

0 commit comments

Comments
 (0)