Skip to content

Commit

Permalink
release: v3.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 25, 2022
1 parent 531cd7b commit 7c950ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.0.0-alpha.4 (2022-05-25)

* feat: non-blocking needs interop (#7568) ([531cd7b](https://github.com/vitejs/vite/commit/531cd7b)), closes [#7568](https://github.com/vitejs/vite/issues/7568)
* fix: expose client dist in `exports` (#8324) ([689adc0](https://github.com/vitejs/vite/commit/689adc0)), closes [#8324](https://github.com/vitejs/vite/issues/8324)



## 3.0.0-alpha.3 (2022-05-25)

* fix(cjs): build cjs for `loadEnv` (#8305) ([80dd2df](https://github.com/vitejs/vite/commit/80dd2df)), closes [#8305](https://github.com/vitejs/vite/issues/8305)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 7c950ca

Please sign in to comment.