Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 8, 2023
1 parent a26a854 commit 21e27fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>4.4.1 (2023-11-08)</small>

* fix: fix style block hmr for vitepress md files ([a26a854](https:/vitejs/vite-plugin-vue/commit/a26a854)), closes [vuejs/vitepress#3129](https:/vuejs/vitepress/issues/3129)
* chore: make tests pass with rollup4 (#271) ([298d419](https:/vitejs/vite-plugin-vue/commit/298d419)), closes [#271](https:/vitejs/vite-plugin-vue/issues/271)



## 4.4.0 (2023-10-02)

* fix(plugin-vue): re-create filters after updating options (#246) ([c383503](https:/vitejs/vite-plugin-vue/commit/c383503)), closes [#246](https:/vitejs/vite-plugin-vue/issues/246)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "4.4.0",
"version": "4.4.1",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 21e27fa

Please sign in to comment.