diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index 79d2d7255..5758fce39 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 2.9.18 (2024-03-24)
+
+* fix: port #15653 to v2 (#15657) ([1f855dc](https://github.com/vitejs/vite/commit/1f855dc)), closes [#15653](https://github.com/vitejs/vite/issues/15653) [#15657](https://github.com/vitejs/vite/issues/15657)
+* fix: port #16250 to v2 (#16254) ([011bbca](https://github.com/vitejs/vite/commit/011bbca)), closes [#16250](https://github.com/vitejs/vite/issues/16250) [#16254](https://github.com/vitejs/vite/issues/16254)
+* release: v2.9.17 ([bfc5649](https://github.com/vitejs/vite/commit/bfc5649))
+
+
+
## 2.9.17 (2024-01-19)
* fix: port #15653 to v2 (#15657) ([1f855dc](https://github.com/vitejs/vite/commit/1f855dc)), closes [#15653](https://github.com/vitejs/vite/issues/15653) [#15657](https://github.com/vitejs/vite/issues/15657)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index ef64b870d..0e3b41d62 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "2.9.17",
+ "version": "2.9.18",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",