mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
release: v4.4.12
This commit is contained in:
parent
fe8b209023
commit
09626f898b
@ -1,3 +1,9 @@
|
||||
## <small>4.4.12 (2023-12-04)</small>
|
||||
|
||||
* fix: backport #15223, proxy html path should be encoded (#15226) (#15227) ([fe8b209](https://github.com/vitejs/vite/commit/fe8b209)), closes [#15223](https://github.com/vitejs/vite/issues/15223) [#15226](https://github.com/vitejs/vite/issues/15226) [#15227](https://github.com/vitejs/vite/issues/15227)
|
||||
|
||||
|
||||
|
||||
## <small>4.4.11 (2023-10-05)</small>
|
||||
|
||||
* revert: "fix: use string manipulation instead of regex to inject esbuild helpers ([54e1275](https://github.com/vitejs/vite/commit/54e1275)), closes [#14094](https://github.com/vitejs/vite/issues/14094)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "4.4.11",
|
||||
"version": "4.4.12",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "Evan You",
|
||||
|
Loading…
Reference in New Issue
Block a user