Skip to content

Commit

Permalink
release: v5.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 20, 2025
1 parent 5946215 commit a1824c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <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)



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

* fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts` ([9da4abc](https://github.com/vitejs/vite/commit/9da4abc8dde7f032ca1f23f425c2060b9b9ebd34))
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.12",
"version": "5.4.13",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit a1824c5

Please sign in to comment.