release: v2.9.17

This commit is contained in:
patak 2024-01-19 15:01:35 +01:00
parent 1f855dceb3
commit bfc5649b8d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## <small>2.9.17 (2024-01-19)</small>
* 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)
## <small>2.9.16 (2023-05-26)</small>
* 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)

View File

@ -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",