Skip to content

Commit 3a5543d

Browse files
committed
release: v2.9.15
1 parent 521bb39 commit 3a5543d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/vite/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>2.9.15 (2022-08-12)</small>
2+
3+
* fix: backport make `resolveConfig()` concurrent safe (#9224) (#9229) ([7f01a00](https://github.com/vitejs/vite/commit/7f01a00)), closes [#9224](https://github.com/vitejs/vite/issues/9224) [#9229](https://github.com/vitejs/vite/issues/9229)
4+
* fix: fs serve only edit pathname (fixes #9148) (#9654) ([521bb39](https://github.com/vitejs/vite/commit/521bb39)), closes [#9148](https://github.com/vitejs/vite/issues/9148) [#9654](https://github.com/vitejs/vite/issues/9654)
5+
* fix(ssr-manifest): check name before saving to ssrManifest (#9595) ([e361a80](https://github.com/vitejs/vite/commit/e361a80)), closes [#9595](https://github.com/vitejs/vite/issues/9595)
6+
* chore: narrow down rollup version (#9651) ([ed8d6a7](https://github.com/vitejs/vite/commit/ed8d6a7)), closes [#9651](https://github.com/vitejs/vite/issues/9651)
7+
8+
9+
110
## <small>2.9.14 (2022-07-08)</small>
211

312
* fix: backport #8979, re-encode url to prevent fs.allow bypass (fixes #8498) (#8990) ([adb61c5](https://github.com/vitejs/vite/commit/adb61c5)), closes [#8498](https://github.com/vitejs/vite/issues/8498) [#8990](https://github.com/vitejs/vite/issues/8990)

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "2.9.14",
3+
"version": "2.9.15",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "Native-ESM powered web dev build tool",

0 commit comments

Comments
 (0)