Skip to content

Commit 6c347e0

Browse files
committed
chore: release v0.5.5
1 parent 0ce60c6 commit 6c347e0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.5.5 (4 April 2022)
2+
3+
### Fixes
4+
5+
- Handle unknown `moduleId` for dynamically generated modules (#547)
6+
- Handle WDS `auto` value on `port` (#574)
7+
- Fixed `react-refresh@0.12.0` compatibility (#576)
8+
- Fixed crash when parsing compile errors in overlay (#577)
9+
- Respect virtual modules when injecting loader (#593)
10+
- Allow `port` to be missing for WDS, also some general refactoring (#623)
11+
12+
### Internal
13+
14+
- A couple documentation changes in README (#575, 8c39623, #597)
15+
- Bumped dependencies for testing infrastructure (#526, #564, #567, #581, #588, #591, #594, #616)
16+
117
## 0.5.4 (22 December 2021)
218

319
### 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.4",
3+
"version": "0.5.5",
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)