Skip to content

Commit

Permalink
release: v4.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jun 22, 2023
1 parent f8868af commit 168e1fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 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)
* fix(indexHtml): decode html URI (#13581) ([f8868af](https://github.com/vitejs/vite/commit/f8868af)), closes [#13581](https://github.com/vitejs/vite/issues/13581)
* chore: add notes to 4.4.0-beta.1 changelog (#13586) ([097c583](https://github.com/vitejs/vite/commit/097c583)), closes [#13586](https://github.com/vitejs/vite/issues/13586)



## 4.4.0-beta.1 (2023-06-21)

### Experimental support for Lightning CSS
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.1",
"version": "4.4.0-beta.2",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 168e1fc

Please sign in to comment.