Skip to content

Commit edad4d2

Browse files
committed
release: v4.5.9
1 parent 8f63cd6 commit edad4d2

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>4.5.9 (2025-01-21)</small>
2+
3+
* 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)
4+
* fix: allow CORS from loopback addresses by default (#19249) ([8f63cd6](https://github.com/vitejs/vite/commit/8f63cd6)), closes [#19249](https://github.com/vitejs/vite/issues/19249)
5+
6+
7+
18
## <small>4.5.8 (2025-01-20)</small>
29

310
* fix: try parse `server.origin` URL (#19241) ([3680bad](https://github.com/vitejs/vite/commit/3680bad)), closes [#19241](https://github.com/vitejs/vite/issues/19241)

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.8",
3+
"version": "4.5.9",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)