mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
release: v5.0.13
This commit is contained in:
parent
d2db33f7d4
commit
80b1b07915
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "5.0.12",
|
||||
"version": "5.0.13",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "Evan You",
|
||||
|
Loading…
Reference in New Issue
Block a user