Skip to content

Commit 673ae16

Browse files
committed
release: v5.2.14
1 parent ebb94c5 commit 673ae16

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>5.2.14 (2024-09-16)</small>
2+
3+
* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([ebb94c5](https://github.com/vitejs/vite/commit/ebb94c5)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
4+
* fix: fs raw query (#18112) ([8339d74](https://github.com/vitejs/vite/commit/8339d74)), closes [#18112](https://github.com/vitejs/vite/issues/18112)
5+
6+
7+
18
## <small>5.2.13 (2024-06-07)</small>
29

310
* fix: backport to 5.2 (#17411) ([e6913d1](https://github.com/vitejs/vite/commit/e6913d1)), closes [#17411](https://github.com/vitejs/vite/issues/17411)

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": "5.2.13",
3+
"version": "5.2.14",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)