diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index ab7216362c21e5..79d2d72553ec86 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.9.17 (2024-01-19) + +* fix: port #15653 to v2 (#15657) ([1f855dc](https://github.com/vitejs/vite/commit/1f855dc)), closes [#15653](https://github.com/vitejs/vite/issues/15653) [#15657](https://github.com/vitejs/vite/issues/15657) + + + ## 2.9.16 (2023-05-26) * fix: port #13348 to v2, fs.deny with leading double slash (#13350) ([7d8100a](https://github.com/vitejs/vite/commit/7d8100a)), closes [#13348](https://github.com/vitejs/vite/issues/13348) [#13350](https://github.com/vitejs/vite/issues/13350) diff --git a/packages/vite/package.json b/packages/vite/package.json index 2a85afc2a95ace..ef64b870dd5326 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "2.9.16", + "version": "2.9.17", "license": "MIT", "author": "Evan You", "description": "Native-ESM powered web dev build tool",