Skip to content

Commit

Permalink
release: v5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Sep 16, 2024
1 parent 179b177 commit f969176
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.4.6 (2024-09-16)</small>

* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([179b177](https:/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af)), closes [#18115](https:/vitejs/vite/issues/18115)
* fix: fs raw query (#18112) ([6820bb3](https:/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34)), closes [#18112](https:/vitejs/vite/issues/18112)



## <small>5.4.5 (2024-09-13)</small>

* fix(preload): backport #18098, throw error preloading module as well (#18099) ([faa2405](https:/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba)), closes [#18098](https:/vitejs/vite/issues/18098) [#18099](https:/vitejs/vite/issues/18099)
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.5",
"version": "5.4.6",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit f969176

Please sign in to comment.