diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 666a07828aadf1..6c13ad2d186127 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,10 @@ +## 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) +* fix: fs deny for case insensitive systems (#15653) ([91641c4](https://github.com/vitejs/vite/commit/91641c4)), closes [#15653](https://github.com/vitejs/vite/issues/15653) + + + ## 5.0.11 (2024-01-05) * fix: don't pretransform classic script links (#15361) ([19e3c9a](https://github.com/vitejs/vite/commit/19e3c9a)), closes [#15361](https://github.com/vitejs/vite/issues/15361) diff --git a/packages/vite/package.json b/packages/vite/package.json index 0b82587841d1ed..ddf78716d78aad 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "5.0.11", + "version": "5.0.12", "type": "module", "license": "MIT", "author": "Evan You",