Skip to content

Commit a93e854

Browse files
committed
chore: release v0.5.6
1 parent d8c8b2d commit a93e854

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.5.6 (10 May 2022)
2+
3+
### Fixes
4+
5+
- Fixed faulty `this` type import in loader (#624)
6+
- Made current script detection more robust for edge cases (#630)
7+
8+
### Internal
9+
10+
- Swapped to new `ReactDOM.createRoot` API in examples (#626)
11+
112
## 0.5.5 (4 April 2022)
213

314
### Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmmmwh/react-refresh-webpack-plugin",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
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)