Skip to content

Commit 9654348

Browse files
committed
release: v6.0.10
1 parent 2495022 commit 9654348

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vite/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>6.0.10 (2025-01-20)</small>
2+
3+
* fix: try parse `server.origin` URL (#19241) ([2495022](https://github.com/vitejs/vite/commit/2495022420fda05ee389c2dcf26921b21e2aed3b)), closes [#19241](https://github.com/vitejs/vite/issues/19241)
4+
5+
6+
17
## <small>6.0.9 (2025-01-20)</small>
28

39
* fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts` ([bd896fb](https://github.com/vitejs/vite/commit/bd896fb5f312fc0ff1730166d1d142fc0d34ba6d))

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "6.0.9",
3+
"version": "6.0.10",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)