diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index fa6fb07bd2f097..615507ccdc9222 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 5.4.6 (2024-09-16)
+
+* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([179b177](https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
+* fix: fs raw query (#18112) ([6820bb3](https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34)), closes [#18112](https://github.com/vitejs/vite/issues/18112)
+
+
+
## 5.4.5 (2024-09-13)
* fix(preload): backport #18098, throw error preloading module as well (#18099) ([faa2405](https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba)), closes [#18098](https://github.com/vitejs/vite/issues/18098) [#18099](https://github.com/vitejs/vite/issues/18099)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 13573053fe66ee..fcbbf8e2a67418 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "5.4.5",
+ "version": "5.4.6",
"type": "module",
"license": "MIT",
"author": "Evan You",