Skip to content

Commit 86e7a6b

Browse files
committedMar 24, 2025··
release: v4.5.10
1 parent 315695e commit 86e7a6b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎packages/vite/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>4.5.10 (2025-03-24)</small>
2+
3+
* fix: backport #19702, fs raw query with query separators (#19704) ([315695e](https://github.com/vitejs/vite/commit/315695e)), closes [#19702](https://github.com/vitejs/vite/issues/19702) [#19704](https://github.com/vitejs/vite/issues/19704)
4+
5+
6+
17
## <small>4.5.9 (2025-01-21)</small>
28

39
* fix: `preview.allowedHosts` with specific values was not respected (#19246) ([0bc52e0](https://github.com/vitejs/vite/commit/0bc52e0)), closes [#19246](https://github.com/vitejs/vite/issues/19246)

‎packages/vite/package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.