From c7bdc133120955acc206cc2aaccac0b9e861081c Mon Sep 17 00:00:00 2001 From: Michael Mok Date: Fri, 29 May 2020 23:28:27 +0800 Subject: [PATCH] chore: release v0.3.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fd5859..a79f2260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.3 (29 May 2020) + +### Fixes + +- Removed unrecoverable React errors check and its corresponding bail out logic on hot dispose (#104) + ## 0.3.2 (22 May 2020) ### Fixes diff --git a/package.json b/package.json index edd4caa6..c6e7c729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.3.2", + "version": "0.3.3", "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.", "keywords": [ "react",