mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
release: v5.1.8
This commit is contained in:
parent
5caa08f069
commit
fe6323127b
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "5.1.7",
|
||||
"version": "5.1.8",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "Evan You",
|
||||
|
Loading…
Reference in New Issue
Block a user