release: v5.2.14

This commit is contained in:
patak-dev 2024-09-16 23:06:40 +02:00
parent ebb94c5b3b
commit 673ae1607d
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "vite",
"version": "5.2.13",
"version": "5.2.14",
"type": "module",
"license": "MIT",
"author": "Evan You",