Skip to content

Commit 2466c08

Browse files
committed
release: v4.5.4
1 parent e812716 commit 2466c08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎packages/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>4.5.4 (2024-09-16)</small>
2+
3+
* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([e812716](https://github.com/vitejs/vite/commit/e812716)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
4+
* fix: backport #18112, fs raw query ([b901438](https://github.com/vitejs/vite/commit/b901438)), closes [#18112](https://github.com/vitejs/vite/issues/18112)
5+
6+
7+
18
## <small>4.5.3 (2024-03-24)</small>
29

310
* fix: `fs.deny` with globs with directories (#16250) ([96a7f3a](https://github.com/vitejs/vite/commit/96a7f3a)), closes [#16250](https://github.com/vitejs/vite/issues/16250)

‎packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)