diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index 9f2e82ca65caa9..6d833cafe0edd4 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 4.5.4 (2024-09-16)
+
+* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([e812716](https://github.com/vitejs/vite/commit/e812716)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
+* fix: backport #18112, fs raw query ([b901438](https://github.com/vitejs/vite/commit/b901438)), closes [#18112](https://github.com/vitejs/vite/issues/18112)
+
+
+
## 4.5.3 (2024-03-24)
* fix: `fs.deny` with globs with directories (#16250) ([96a7f3a](https://github.com/vitejs/vite/commit/96a7f3a)), closes [#16250](https://github.com/vitejs/vite/issues/16250)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index bb5c8d6eac8e36..902ae6d6bb7ad9 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "4.5.3",
+ "version": "4.5.4",
"type": "module",
"license": "MIT",
"author": "Evan You",