Skip to content

Commit

Permalink
release: v4.4.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jun 25, 2023
1 parent 5497abe commit f899f9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.4.0-beta.3 (2023-06-25)

* chore: upgrade rollup to 3.25.2 (#13608) ([5497abe](https://github.com/vitejs/vite/commit/5497abe)), closes [#13608](https://github.com/vitejs/vite/issues/13608)



## 4.4.0-beta.2 (2023-06-22)

* fix(hmr): only invalidate `lastHMRTimestamp` of importers if the invalidated module is not a HMR bou ([1143e0b](https://github.com/vitejs/vite/commit/1143e0b)), closes [#13024](https://github.com/vitejs/vite/issues/13024)
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": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit f899f9a

Please sign in to comment.