Skip to content

Commit

Permalink
release: v6.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Aug 28, 2024
1 parent 06a0409 commit e242043
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 @@
## 6.0.0-alpha.22 (2024-08-28)

* fix: cache parallel moduleInfo calls (#17957) ([66bfe7b](https://github.com/vitejs/vite/commit/66bfe7b8ddc22cf2950831d179250b2ebd9e352a)), closes [#17957](https://github.com/vitejs/vite/issues/17957)
* fix: use `optimizeDeps.entries` (#17962) ([9a369aa](https://github.com/vitejs/vite/commit/9a369aa1442a122dd43bb655afb267dcb6e945a7)), closes [#17962](https://github.com/vitejs/vite/issues/17962)



## 6.0.0-alpha.21 (2024-08-27)

* chore: clean up, remove staled TODOs ([58d3874](https://github.com/vitejs/vite/commit/58d387447a5b7c35b1ae30cd46a3a7099f806082))
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": "6.0.0-alpha.21",
"version": "6.0.0-alpha.22",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit e242043

Please sign in to comment.