Skip to content

Commit c3dfe9c

Browse files
committed
chore: release v0.4.1
1 parent 4a31791 commit c3dfe9c

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.4.1 (28 July 2020)
2+
3+
### Fixes
4+
5+
- Fixed accidental use of testing alias `webpack.next` in published plugin code (#167)
6+
17
## 0.4.0 (28 July 2020)
28

39
### BREAKING

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.4.0",
3+
"version": "0.4.1",
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)