diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index 2ee9322c7abc3c..bff7c861c6f0b2 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 4.4.11 (2023-10-05)
+
+* revert: "fix: use string manipulation instead of regex to inject esbuild helpers ([54e1275](https://github.com/vitejs/vite/commit/54e1275)), closes [#14094](https://github.com/vitejs/vite/issues/14094)
+
+
+
## 4.4.10 (2023-10-03)
* fix: add source map to Web Workers (fix #14216) (#14217) ([df6f32f](https://github.com/vitejs/vite/commit/df6f32f)), closes [#14216](https://github.com/vitejs/vite/issues/14216) [#14217](https://github.com/vitejs/vite/issues/14217)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index db30c6225017f2..d26c4b10bdfa1f 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "4.4.10",
+ "version": "4.4.11",
"type": "module",
"license": "MIT",
"author": "Evan You",