Skip to content

Commit

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

* fix: treat config file as ESM in Deno (#18158) ([b5908a2](https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d)), closes [#18158](https://github.com/vitejs/vite/issues/18158)



## <small>5.4.6 (2024-09-16)</small>

* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([179b177](https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
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.6",
"version": "5.4.7",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit a403e73

Please sign in to comment.