Skip to content

Commit 3436ff9

Browse files
committed
chore: release v0.3.2
1 parent 9e3ed0c commit 3436ff9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.2 (22 May 2020)
2+
3+
### Fixes
4+
5+
- Fixed error in overlay when stack trace is unavailable (#91)
6+
- Fixed IE11 compatibility (#98)
7+
18
## 0.3.1 (11 May 2020)
29

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