Skip to content

Commit 21e27fa

Browse files
committed
1 parent a26a854 commit 21e27fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>4.4.1 (2023-11-08)</small>
2+
3+
* 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)
4+
* chore: make tests pass with rollup4 (#271) ([298d419](https://github.com/vitejs/vite-plugin-vue/commit/298d419)), closes [#271](https://github.com/vitejs/vite-plugin-vue/issues/271)
5+
6+
7+
18
## 4.4.0 (2023-10-02)
29

310
* fix(plugin-vue): re-create filters after updating options (#246) ([c383503](https://github.com/vitejs/vite-plugin-vue/commit/c383503)), closes [#246](https://github.com/vitejs/vite-plugin-vue/issues/246)

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

0 commit comments

Comments
 (0)