Skip to content

Commit 9d30b6a

Browse files
committed
chore: release v0.4.3
1 parent 103d0a8 commit 9d30b6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.3 (2 November 2020)
2+
3+
### Fixes
4+
5+
- Fixed Yarn 2 PnP compatibility with absolute `react-refresh/runtime` imports (#230)
6+
- Fixed Webpack 5 compatibility by requiring `__webpack_require__` (#233)
7+
- Fixed IE 11 compatibility in socket code (4033e6af)
8+
- Relaxed peer dependency requirement for `react-refresh` to allow `0.9.x` (747c19ba)
9+
110
## 0.4.2 (3 September 2020)
211

312
### 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.4.2",
3+
"version": "0.4.3",
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)