diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9bac52..5bd64a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.5.6 (10 May 2022) + +### Fixes + +- Fixed faulty `this` type import in loader (#624) +- Made current script detection more robust for edge cases (#630) + +### Internal + +- Swapped to new `ReactDOM.createRoot` API in examples (#626) + ## 0.5.5 (4 April 2022) ### Fixes diff --git a/package.json b/package.json index 923cfa9c..10e97ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.5", + "version": "0.5.6", "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.", "keywords": [ "react",