Skip to content

Commit ee81e19

Browse files
committed
release: v5.0.12
1 parent 91641c4 commit ee81e19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/vite/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>5.0.12 (2024-01-19)</small>
2+
3+
* 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)
4+
* 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+
6+
7+
18
## <small>5.0.11 (2024-01-05)</small>
29

310
* 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)

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)