Skip to content

Commit a403e73

Browse files
committed
release: v5.4.7
1 parent b5908a2 commit a403e73

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>5.4.7 (2024-09-20)</small>
2+
3+
* 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)
4+
5+
6+
17
## <small>5.4.6 (2024-09-16)</small>
28

39
* 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)

packages/vite/package.json

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

0 commit comments

Comments
 (0)