Skip to content

Commit

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

* fix: avoid DOM Clobbering gadget in `getRelativeUrlFromDocument` (#18115) ([5caa08f](https://github.com/vitejs/vite/commit/5caa08f)), closes [#18115](https://github.com/vitejs/vite/issues/18115)
* fix: fs raw query (#18112) ([03f1033](https://github.com/vitejs/vite/commit/03f1033)), closes [#18112](https://github.com/vitejs/vite/issues/18112)



## <small>5.1.7 (2024-03-24)</small>

* fix: `fs.deny` with globs with directories (#16250) ([5a056dd](https://github.com/vitejs/vite/commit/5a056dd)), closes [#16250](https://github.com/vitejs/vite/issues/16250)
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.1.7",
"version": "5.1.8",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit fe63231

Please sign in to comment.