Skip to content

Commit

Permalink
release: v5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 19, 2024
1 parent 91641c4 commit ee81e19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
## <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)
* 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)



## <small>5.0.11 (2024-01-05)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit ee81e19

Please sign in to comment.