Skip to content

Commit c9da59b

Browse files
committed
release: v3.1.8
1 parent 8fbae69 commit c9da59b

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>3.1.8 (2022-10-13)</small>
2+
3+
* fix(config): support builtin modules and deno (#10457) ([8fbae69](https://github.com/vitejs/vite/commit/8fbae69)), closes [#10457](https://github.com/vitejs/vite/issues/10457) [#10420](https://github.com/vitejs/vite/issues/10420) [#10446](https://github.com/vitejs/vite/issues/10446)
4+
5+
6+
17
## <small>3.1.7 (2022-10-10)</small>
28

39
* fix(ssr): track var as function scope (#10397) ([a5143e9](https://github.com/vitejs/vite/commit/a5143e9)), closes [#10397](https://github.com/vitejs/vite/issues/10397) [#10388](https://github.com/vitejs/vite/issues/10388)

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": "3.1.7",
3+
"version": "3.1.8",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)