Skip to content

Commit 55028c6

Browse files
committed
chore: release v0.4.2
1 parent 656b49f commit 55028c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.2 (3 September 2020)
2+
3+
### Fixes
4+
5+
- Patched loader to use with Node.js global `fetch` polyfills (#193)
6+
- Patched default `include` and `exclude` options to be case-insensitive (#194)
7+
18
## 0.4.1 (28 July 2020)
29

310
### 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.1",
3+
"version": "0.4.2",
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)