Skip to content

Commit

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

* 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)
* fix: fs raw query (#18112) ([8339d74](https://github.com/vitejs/vite/commit/8339d74)), closes [#18112](https://github.com/vitejs/vite/issues/18112)



## <small>5.2.13 (2024-06-07)</small>

* fix: backport to 5.2 (#17411) ([e6913d1](https://github.com/vitejs/vite/commit/e6913d1)), closes [#17411](https://github.com/vitejs/vite/issues/17411)
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.2.13",
"version": "5.2.14",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 673ae16

Please sign in to comment.