Skip to content

Commit c075115

Browse files
committedDec 4, 2023
release: v4.5.1
1 parent 41bb354 commit c075115

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎packages/vite/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>4.5.1 (2023-12-04)</small>
2+
3+
* fix: backport #15223, proxy html path should be encoded (#15226) ([41bb354](https://github.com/vitejs/vite/commit/41bb354)), closes [#15223](https://github.com/vitejs/vite/issues/15223) [#15226](https://github.com/vitejs/vite/issues/15226)
4+
5+
6+
17
## 4.5.0 (2023-10-18)
28

39
* feat: backport mdx as known js source (#14560) (#14670) ([45595ef](https://github.com/vitejs/vite/commit/45595ef)), closes [#14560](https://github.com/vitejs/vite/issues/14560) [#14670](https://github.com/vitejs/vite/issues/14670)

‎packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)
Please sign in to comment.