diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index c81e9884025b5b..935ccab337f530 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 3.2.7 (2023-05-26)
+
+* fix: port #13348 to v3, fs.deny with leading double slash (#13349) ([0574f80](https://github.com/vitejs/vite/commit/0574f80)), closes [#13348](https://github.com/vitejs/vite/issues/13348) [#13349](https://github.com/vitejs/vite/issues/13349)
+
+
+
## 3.2.6 (2023-04-18)
* fix: escape msg in render restricted error html, backport (#12889) (#12892) ([b48ac2a](https://github.com/vitejs/vite/commit/b48ac2a)), closes [#12889](https://github.com/vitejs/vite/issues/12889) [#12892](https://github.com/vitejs/vite/issues/12892)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 0427acfccb582f..86a0f674aa5a79 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "3.2.6",
+ "version": "3.2.7",
"type": "module",
"license": "MIT",
"author": "Evan You",