Skip to content

Commit

Permalink
release: plugin-vue@4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 11, 2023
1 parent 3170af1 commit b1793d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,11 @@
## <small>4.2.2 (2023-05-11)</small>

* fix: ignore generic attribute when generating script import ([3170af1](https://github.com/vitejs/vite-plugin-vue/commit/3170af1))
* chore: bump vite ([ffe74e5](https://github.com/vitejs/vite-plugin-vue/commit/ffe74e5))
* chore: bump vue version ([799d875](https://github.com/vitejs/vite-plugin-vue/commit/799d875))



## <small>4.2.1 (2023-04-26)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "4.2.1",
"version": "4.2.2",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit b1793d8

Please sign in to comment.