release: v5.0.13

This commit is contained in:
sapphi-red 2024-03-24 22:18:15 +09:00
parent d2db33f7d4
commit 80b1b07915
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## <small>5.0.13 (2024-03-24)</small>
* fix: `fs.deny` with globs with directories (#16250) ([d2db33f](https://github.com/vitejs/vite/commit/d2db33f)), closes [#16250](https://github.com/vitejs/vite/issues/16250)
## <small>5.0.12 (2024-01-19)</small>
* fix: await `configResolved` hooks of worker plugins (#15597) (#15605) ([ef89f80](https://github.com/vitejs/vite/commit/ef89f80)), closes [#15597](https://github.com/vitejs/vite/issues/15597) [#15605](https://github.com/vitejs/vite/issues/15605)

View File

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