Skip to content

Commit a93b1e0

Browse files
committed
fix: lint
1 parent 8852f56 commit a93b1e0

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.6.0](https://github.com/unplugin/unplugin-vue-jsx-vapor/compare/v1.5.0...v1.6.0) (2025-03-10)
2+
3+
4+
### Features
5+
6+
* **volar:** auto infer type for useRef ([0e44f13](https://github.com/unplugin/unplugin-vue-jsx-vapor/commit/0e44f131a0138f869c0ffd17e24b04a3e93c0c5f))
7+
8+
9+
110
# [](https://github.com/unplugin/unplugin-vue-jsx-vapor/compare/v1.0.9...v) (2025-03-09)
211

312

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "1.6.0",
23
"packageManager": "[email protected]",
34
"description": "Vue JSX Vapor",
45
"type": "module",
@@ -25,7 +26,7 @@
2526
"lint": "eslint .",
2627
"play": "npm -C playground run dev",
2728
"test": "vitest",
28-
"release": "bumpp -r -x 'pnpm run changelog'",
29+
"release": "bumpp -r --all -x 'pnpm run changelog'",
2930
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3031
},
3132
"devDependencies": {
@@ -51,6 +52,5 @@
5152
"overrides": {
5253
"estree-walker": "2.0.2"
5354
}
54-
},
55-
"version": "1.6.0"
55+
}
5656
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "playground",
3+
"version": "1.6.0",
34
"private": true,
45
"type": "module",
56
"scripts": {
@@ -12,6 +13,5 @@
1213
"vite-hyper-config": "^0.5.0",
1314
"vite-plugin-inspect": "^0.8.4",
1415
"vue": "catalog:"
15-
},
16-
"version": "1.6.0"
16+
}
1717
}

0 commit comments

Comments
 (0)