Skip to content

Commit

Permalink
release: v4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jan 21, 2025
1 parent 8f63cd6 commit edad4d2
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>4.5.9 (2025-01-21)</small>

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



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

* fix: try parse `server.origin` URL (#19241) ([3680bad](https://github.com/vitejs/vite/commit/3680bad)), 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": "4.5.8",
"version": "4.5.9",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit edad4d2

Please sign in to comment.