Skip to content

Commit

Permalink
release: v5.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jan 21, 2025
1 parent 7d1699c commit e7eb3c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>5.4.14 (2025-01-21)</small>

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



## <small>5.4.13 (2025-01-20)</small>

* fix: try parse `server.origin` URL (#19241) ([5946215](https://github.com/vitejs/vite/commit/5946215718e369c34f6cc9415391d2ca84efe327)), closes [#19241](https://github.com/vitejs/vite/issues/19241)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "5.4.13",
"version": "5.4.14",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit e7eb3c5

Please sign in to comment.