Skip to content

Commit c7bdc13

Browse files
committed
chore: release v0.3.3
1 parent 706e317 commit c7bdc13

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.3.3 (29 May 2020)
2+
3+
### Fixes
4+
5+
- Removed unrecoverable React errors check and its corresponding bail out logic on hot dispose (#104)
6+
17
## 0.3.2 (22 May 2020)
28

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