Skip to content

Commit e7eb3c5

Browse files
committed
release: v5.4.14
1 parent 7d1699c commit e7eb3c5

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.4.14 (2025-01-21)</small>
2+
3+
* fix: `preview.allowedHosts` with specific values was not respected (#19246) ([9df6e6b](https://github.com/vitejs/vite/commit/9df6e6beabf0d18988ec13b8b742d2aba29662f9)), closes [#19246](https://github.com/vitejs/vite/issues/19246)
4+
* fix: allow CORS from loopback addresses by default (#19249) ([7d1699c](https://github.com/vitejs/vite/commit/7d1699ccf673e2790704756d89d2e1e4ee478fb4)), closes [#19249](https://github.com/vitejs/vite/issues/19249)
5+
6+
7+
18
## <small>5.4.13 (2025-01-20)</small>
29

310
* fix: try parse `server.origin` URL (#19241) ([5946215](https://github.com/vitejs/vite/commit/5946215718e369c34f6cc9415391d2ca84efe327)), 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": "5.4.13",
3+
"version": "5.4.14",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)