Skip to content

Commit

Permalink
release: v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 6, 2022
1 parent f20d285 commit 31f8ea6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,15 @@
## <small>3.1.5 (2022-10-06)</small>

* fix(build): fix resolution algorithm when `build.ssr` is true (#9989) ([f20d285](https://github.com/vitejs/vite/commit/f20d285)), closes [#9989](https://github.com/vitejs/vite/issues/9989)
* fix(config): resolve implicit deps as absolute path (#10254) ([dc140af](https://github.com/vitejs/vite/commit/dc140af)), closes [#10254](https://github.com/vitejs/vite/issues/10254)
* fix(css): missing css in lib mode (#10185) ([e2cdb28](https://github.com/vitejs/vite/commit/e2cdb28)), closes [#10185](https://github.com/vitejs/vite/issues/10185)
* fix(esbuild): transpile with esnext in dev (#10207) ([abf2cfd](https://github.com/vitejs/vite/commit/abf2cfd)), closes [#10207](https://github.com/vitejs/vite/issues/10207)
* fix(hmr): handle virtual module update (#10324) ([14ebbc6](https://github.com/vitejs/vite/commit/14ebbc6)), closes [#10324](https://github.com/vitejs/vite/issues/10324)
* fix(ssr): correctly track scope (#10300) ([effb7c3](https://github.com/vitejs/vite/commit/effb7c3)), closes [#10300](https://github.com/vitejs/vite/issues/10300)
* chore: fix build error ([01aa224](https://github.com/vitejs/vite/commit/01aa224))



## <small>3.1.4 (2022-09-28)</small>

* fix(esbuild): transpile with esnext in dev (#10215) ([4a0f210](https://github.com/vitejs/vite/commit/4a0f210)), closes [#10215](https://github.com/vitejs/vite/issues/10215)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.1.4",
"version": "3.1.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 31f8ea6

Please sign in to comment.