diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 935ccab337f530..7105879b76d669 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.2.8 (2024-01-19) + +* fix: port #15653 to v3 (#15655) ([99080ca](https://github.com/vitejs/vite/commit/99080ca)), closes [#15653](https://github.com/vitejs/vite/issues/15653) [#15655](https://github.com/vitejs/vite/issues/15655) + + + ## 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) diff --git a/packages/vite/package.json b/packages/vite/package.json index 86a0f674aa5a79..75d051dfbcb82e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "3.2.7", + "version": "3.2.8", "type": "module", "license": "MIT", "author": "Evan You",