We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4faba commit 037f801Copy full SHA for 037f801
packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## <small>6.2.4 (2025-03-31)</small>
2
+
3
+* fix: fs check in transform middleware (#19761) ([7a4faba](https://github.com/vitejs/vite/commit/7a4fabab6a3aa24c89144e15a13d78f92b52e588)), closes [#19761](https://github.com/vitejs/vite/issues/19761)
4
5
6
7
## <small>6.2.3 (2025-03-24)</small>
8
9
* fix: fs raw query with query separators (#19702) ([f234b57](https://github.com/vitejs/vite/commit/f234b5744d8b74c95535a7b82cc88ed2144263c1)), closes [#19702](https://github.com/vitejs/vite/issues/19702)
packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "6.2.3",
+ "version": "6.2.4",
"type": "module",
"license": "MIT",
"author": "Evan You",
0 commit comments