Skip to content

Commit 6bd09a1

Browse files
committed
release: plugin-vue@4.5.0
1 parent c046eba commit 6bd09a1

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+
## 4.5.0 (2023-11-16)
2+
3+
* chore: update peerDependencies to support Vite 5 (#290) ([f92861a](https://github.com/vitejs/vite-plugin-vue/commit/f92861a)), closes [#290](https://github.com/vitejs/vite-plugin-vue/issues/290)
4+
* chore: upgrade deps ([c046eba](https://github.com/vitejs/vite-plugin-vue/commit/c046eba))
5+
* fix(deps): update all non-major dependencies (#262) ([c316d43](https://github.com/vitejs/vite-plugin-vue/commit/c316d43)), closes [#262](https://github.com/vitejs/vite-plugin-vue/issues/262)
6+
7+
8+
19
## <small>4.4.1 (2023-11-08)</small>
210

311
* fix: fix style block hmr for vitepress md files ([a26a854](https://github.com/vitejs/vite-plugin-vue/commit/a26a854)), closes [vuejs/vitepress#3129](https://github.com/vuejs/vitepress/issues/3129)

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.4.1",
3+
"version": "4.5.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)