mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
release: v3.1.8
This commit is contained in:
parent
8fbae69823
commit
c9da59bda6
@ -1,3 +1,9 @@
|
||||
## <small>3.1.8 (2022-10-13)</small>
|
||||
|
||||
* 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)
|
||||
|
||||
|
||||
|
||||
## <small>3.1.7 (2022-10-10)</small>
|
||||
|
||||
* 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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "3.1.7",
|
||||
"version": "3.1.8",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "Evan You",
|
||||
|
Loading…
Reference in New Issue
Block a user