Skip to content

Commit

Permalink
chore: revert prev release commit
Browse files Browse the repository at this point in the history
This reverts commit 5c9abf7.
  • Loading branch information
patak-dev committed May 24, 2023
1 parent 5c9abf7 commit 2a30a07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions packages/vite/CHANGELOG.md
@@ -1,14 +1,3 @@
## <small>4.3.9 (2023-05-24)</small>

* docs: optimizeDeps.needsInterop (#13323) ([b34e79c](https://github.com/vitejs/vite/commit/b34e79c)), closes [#13323](https://github.com/vitejs/vite/issues/13323)
* fix: optimizeDeps during build and external ids (#13274) ([e3db771](https://github.com/vitejs/vite/commit/e3db771)), closes [#13274](https://github.com/vitejs/vite/issues/13274)
* fix(legacy): style insert order (#13266) ([e444375](https://github.com/vitejs/vite/commit/e444375)), closes [#13266](https://github.com/vitejs/vite/issues/13266)
* test: respect commonjs options in playgrounds (#13273) ([19e8c68](https://github.com/vitejs/vite/commit/19e8c68)), closes [#13273](https://github.com/vitejs/vite/issues/13273)
* refactor: simplify SSR options' if statement (#13254) ([8013a66](https://github.com/vitejs/vite/commit/8013a66)), closes [#13254](https://github.com/vitejs/vite/issues/13254)
* perf(ssr): calculate stacktrace offset lazily (#13256) ([906c4c1](https://github.com/vitejs/vite/commit/906c4c1)), closes [#13256](https://github.com/vitejs/vite/issues/13256)



## <small>4.3.8 (2023-05-18)</small>

* fix: avoid outdated module to crash in importAnalysis after restart (#13231) ([3609e79](https://github.com/vitejs/vite/commit/3609e79)), closes [#13231](https://github.com/vitejs/vite/issues/13231)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "4.3.9",
"version": "4.3.8",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 2a30a07

Please sign in to comment.