diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index acb9b232cec755..132c1237690231 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 5.2.5 (2024-03-24)
+
+* fix: avoid SSR requests in waitForRequestIdle (#16246) ([7093f77](https://github.com/vitejs/vite/commit/7093f77)), closes [#16246](https://github.com/vitejs/vite/issues/16246)
+* docs: clarify enforce vs hook.order (#16226) ([3a73e48](https://github.com/vitejs/vite/commit/3a73e48)), closes [#16226](https://github.com/vitejs/vite/issues/16226)
+
+
+
## 5.2.4 (2024-03-23)
* fix: dont resolve imports with malformed URI (#16244) ([fbf69d5](https://github.com/vitejs/vite/commit/fbf69d5)), closes [#16244](https://github.com/vitejs/vite/issues/16244)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index d903c425bf9962..3661da43c7872f 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "5.2.4",
+ "version": "5.2.5",
"type": "module",
"license": "MIT",
"author": "Evan You",