Skip to content

Commit a106ec7

Browse files
authored
chore: release v0.5.16 (#903)
1 parent 92d7fd6 commit a106ec7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.16 (31 Mar 2025)
2+
3+
### Fixes
4+
5+
- Fixed out of order cleanup when using top-level await (#898)
6+
17
## 0.5.15 (3 Jun 2024)
28

39
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmmmwh/react-refresh-webpack-plugin",
3-
"version": "0.5.15",
3+
"version": "0.5.16",
44
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)