Skip to content

Commit b1793d8

Browse files
committed
1 parent 3170af1 commit b1793d8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>4.2.2 (2023-05-11)</small>
2+
3+
* fix: ignore generic attribute when generating script import ([3170af1](https://github.com/vitejs/vite-plugin-vue/commit/3170af1))
4+
* chore: bump vite ([ffe74e5](https://github.com/vitejs/vite-plugin-vue/commit/ffe74e5))
5+
* chore: bump vue version ([799d875](https://github.com/vitejs/vite-plugin-vue/commit/799d875))
6+
7+
8+
19
## <small>4.2.1 (2023-04-26)</small>
210

311
* fix: lang="tsx" can't be inlined ([c3f5c9c](https://github.com/vitejs/vite-plugin-vue/commit/c3f5c9c)), closes [#159](https://github.com/vitejs/vite-plugin-vue/issues/159)

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)