diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index f4f833bce63dc0..1e7a06b994ab9d 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 5.0.6 (2023-12-06)
+
+* perf: in-memory public files check (#15195) ([0f9e1bf](https://github.com/vitejs/vite/commit/0f9e1bf)), closes [#15195](https://github.com/vitejs/vite/issues/15195)
+* chore: remove unneccessary eslint-disable-next-line regexp/no-unused-capturing-group (#15247) ([35a5bcf](https://github.com/vitejs/vite/commit/35a5bcf)), closes [#15247](https://github.com/vitejs/vite/issues/15247)
+
+
+
## 5.0.5 (2023-12-04)
* fix: emit `vite:preloadError` for chunks without deps (#15203) ([d8001c5](https://github.com/vitejs/vite/commit/d8001c5)), closes [#15203](https://github.com/vitejs/vite/issues/15203)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 3fa496a535946a..2852d24aab5fe0 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "5.0.5",
+ "version": "5.0.6",
"type": "module",
"license": "MIT",
"author": "Evan You",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 7b3b916fc009e6..899095e7860067 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1892,6 +1892,7 @@ packages:
/@babel/highlight@7.23.4:
resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
engines: {node: '>=6.9.0'}
+ requiresBuild: true
dependencies:
'@babel/helper-validator-identifier': 7.22.20
chalk: 2.4.2