Skip to content

Commit

Permalink
release: v2.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Aug 12, 2022
1 parent 521bb39 commit 3a5543d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>2.9.15 (2022-08-12)</small>

* 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)
* 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)
* 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)
* chore: narrow down rollup version (#9651) ([ed8d6a7](https://github.com/vitejs/vite/commit/ed8d6a7)), closes [#9651](https://github.com/vitejs/vite/issues/9651)



## <small>2.9.14 (2022-07-08)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "2.9.14",
"version": "2.9.15",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
Expand Down

0 comments on commit 3a5543d

Please sign in to comment.