Skip to content

Commit

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

* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([2691bb3](https://github.com/vitejs/vite/commit/2691bb3ff6b073b41fb9046909e1e03a74e36675)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
* fix: fs raw query (#18112) ([4573a6f](https://github.com/vitejs/vite/commit/4573a6fd6f1b097fb7296a3e135e0646b996b249)), closes [#18112](https://github.com/vitejs/vite/issues/18112)



## <small>5.3.5 (2024-07-25)</small>

* refactor(asset): remove rollup 3 public file watch workaround (#16331) ([66bdb1d](https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc)), closes [#16331](https://github.com/vitejs/vite/issues/16331)
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.3.5",
"version": "5.3.6",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit f469ceb

Please sign in to comment.