Skip to content

Commit d156ad7

Browse files
committed
1 parent 4288652 commit d156ad7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>5.2.1 (2024-11-26)</small>
2+
3+
* chore: add vite 6 peer dep (#481) ([4288652](https://github.com/vitejs/vite-plugin-vue/commit/4288652)), closes [#481](https://github.com/vitejs/vite-plugin-vue/issues/481)
4+
* chore: fix lint ([378aea3](https://github.com/vitejs/vite-plugin-vue/commit/378aea3))
5+
* chore(deps): update dependency rollup to ^4.27.2 (#476) ([b2df95e](https://github.com/vitejs/vite-plugin-vue/commit/b2df95e)), closes [#476](https://github.com/vitejs/vite-plugin-vue/issues/476)
6+
7+
8+
19
## 5.2.0 (2024-11-13)
210

311
* feat: add a feature option to support custom component id generator (#461) ([7a1fc4c](https://github.com/vitejs/vite-plugin-vue/commit/7a1fc4c)), closes [#461](https://github.com/vitejs/vite-plugin-vue/issues/461)

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"type": "commonjs",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)