diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 6c13ad2d186127..abba61c1243a09 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,9 @@ +## 5.0.13 (2024-03-24) + +* 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) + + + ## 5.0.12 (2024-01-19) * 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) diff --git a/packages/vite/package.json b/packages/vite/package.json index ddf78716d78aad..ed4c84a729713e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "5.0.12", + "version": "5.0.13", "type": "module", "license": "MIT", "author": "Evan You",