diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index bff7c861c6f0b2..a3b17038cd3b94 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.4.12 (2023-12-04) + +* fix: backport #15223, proxy html path should be encoded (#15226) (#15227) ([fe8b209](https://github.com/vitejs/vite/commit/fe8b209)), closes [#15223](https://github.com/vitejs/vite/issues/15223) [#15226](https://github.com/vitejs/vite/issues/15226) [#15227](https://github.com/vitejs/vite/issues/15227) + + + ## 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) diff --git a/packages/vite/package.json b/packages/vite/package.json index d26c4b10bdfa1f..fe64ceec5cd5ff 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "4.4.11", + "version": "4.4.12", "type": "module", "license": "MIT", "author": "Evan You",