Skip to content

Commit

Permalink
release: v4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 20, 2025
1 parent 3680bad commit 947f0c1
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>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)



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

* fix: `crypto.getRandomValues` is not available in old Node versions (#19237) ([f4d3c46](https://github.com/vitejs/vite/commit/f4d3c46)), closes [#19237](https://github.com/vitejs/vite/issues/19237)
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.7",
"version": "4.5.8",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 947f0c1

Please sign in to comment.