diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md
index 36c428084e362a..bd7a711b5d81e8 100644
--- a/packages/vite/CHANGELOG.md
+++ b/packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 3.0.7 (2022-08-12)
+
+* chore: fix typo in error message (#9645) ([7121ee0](https://github.com/vitejs/vite/commit/7121ee0)), closes [#9645](https://github.com/vitejs/vite/issues/9645)
+* fix(config): don't use file url for external files with cjs output (#9642) ([73ad707](https://github.com/vitejs/vite/commit/73ad707)), closes [#9642](https://github.com/vitejs/vite/issues/9642)
+
+
+
## 3.0.6 (2022-08-11)
* chore: narrow down rollup version (#9637) ([fcf4d98](https://github.com/vitejs/vite/commit/fcf4d98)), closes [#9637](https://github.com/vitejs/vite/issues/9637)
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 999483420115b9..20e44f51170be0 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "3.0.6",
+ "version": "3.0.7",
"type": "module",
"license": "MIT",
"author": "Evan You",