Skip to content

Commit

Permalink
release: v3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Sep 17, 2024
1 parent 5d1d81e commit 45b8644
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>3.2.11 (2024-09-17)</small>

* fix: backport #18112, fs raw query ([a6da450](https://github.com/vitejs/vite/commit/a6da450)), closes [#18112](https://github.com/vitejs/vite/issues/18112)
* fix: backport #18115, DOM Clobbering in ([2ddd854](https://github.com/vitejs/vite/commit/2ddd854)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
* fix(importAnalysis): backport #13712, strip url base before passing as safeModulePaths ([5d1d81e](https://github.com/vitejs/vite/commit/5d1d81e)), closes [#13712](https://github.com/vitejs/vite/issues/13712)



## <small>3.2.10 (2024-03-24)</small>


Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.2.10",
"version": "3.2.11",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 45b8644

Please sign in to comment.