Skip to content

Commit ea814d7

Browse files
committed
release: v2.9.16
1 parent 7d8100a commit ea814d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>2.9.16 (2023-05-26)</small>
2+
3+
* fix: port #13348 to v2, fs.deny with leading double slash (#13350) ([7d8100a](https://github.com/vitejs/vite/commit/7d8100a)), closes [#13348](https://github.com/vitejs/vite/issues/13348) [#13350](https://github.com/vitejs/vite/issues/13350)
4+
5+
6+
17
## <small>2.9.15 (2022-08-12)</small>
28

39
* 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)

packages/vite/package.json

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

0 commit comments

Comments
 (0)