mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
release: v4.2.3
This commit is contained in:
parent
293213bc43
commit
3ac6e91b1d
@ -1,3 +1,9 @@
|
||||
## <small>4.2.3 (2023-05-26)</small>
|
||||
|
||||
* fix: fs.deny with leading double slash (#13348) ([293213b](https://github.com/vitejs/vite/commit/293213b)), closes [#13348](https://github.com/vitejs/vite/issues/13348)
|
||||
|
||||
|
||||
|
||||
## <small>4.2.2 (2023-04-18)</small>
|
||||
|
||||
* fix: escape msg in render restricted error html, backport #12889 ([8758c5c](https://github.com/vitejs/vite/commit/8758c5c)), closes [#12889](https://github.com/vitejs/vite/issues/12889)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "4.2.2",
|
||||
"version": "4.2.3",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "Evan You",
|
||||
|
4771
pnpm-lock.yaml
4771
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user