Skip to content

Commit

Permalink
release: v5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Mar 24, 2024
1 parent 7093f77 commit 7a2791c
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.2.5 (2024-03-24)</small>

* fix: avoid SSR requests in waitForRequestIdle (#16246) ([7093f77](https://github.com/vitejs/vite/commit/7093f77)), closes [#16246](https://github.com/vitejs/vite/issues/16246)
* docs: clarify enforce vs hook.order (#16226) ([3a73e48](https://github.com/vitejs/vite/commit/3a73e48)), closes [#16226](https://github.com/vitejs/vite/issues/16226)



## <small>5.2.4 (2024-03-23)</small>

* fix: dont resolve imports with malformed URI (#16244) ([fbf69d5](https://github.com/vitejs/vite/commit/fbf69d5)), closes [#16244](https://github.com/vitejs/vite/issues/16244)
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.2.4",
"version": "5.2.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 7a2791c

Please sign in to comment.