release: v3.2.8

This commit is contained in:
patak 2024-01-19 14:41:01 +01:00
parent a26c87d20f
commit 7e3a86638e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## <small>3.2.8 (2024-01-19)</small>
* fix: fs deny for case insensitive ([a26c87d](https://github.com/vitejs/vite/commit/a26c87d))
## <small>3.2.7 (2023-05-26)</small>
* 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)

View File

@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.2.7",
"version": "3.2.8",
"type": "module",
"license": "MIT",
"author": "Evan You",