Skip to content

Commit

Permalink
release: v5.1.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 27, 2024
1 parent a08f646 commit 997a695
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 @@
## 5.1.0-beta.5 (2024-01-27)

* fix: do not init optimizer during build (#15727) ([a08f646](https://github.com/vitejs/vite/commit/a08f646)), closes [#15727](https://github.com/vitejs/vite/issues/15727)
* fix(deps): update all non-major dependencies (#15675) ([4d9363a](https://github.com/vitejs/vite/commit/4d9363a)), closes [#15675](https://github.com/vitejs/vite/issues/15675)



## 5.1.0-beta.4 (2024-01-26)

* perf: lazy load rollup during dev (#15621) ([6f88a90](https://github.com/vitejs/vite/commit/6f88a90)), closes [#15621](https://github.com/vitejs/vite/issues/15621)
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": "5.1.0-beta.4",
"version": "5.1.0-beta.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 997a695

Please sign in to comment.