diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f41efb..a42b4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/Alorel/redux-off-main-thread/compare/2.0.0...2.0.1) (2020-09-27) + + +### Bug Fixes + +* **main-thread:** A change event should now be emitted even if it doesn't mutate the state ([c8ca019](https://github.com/Alorel/redux-off-main-thread/commit/c8ca019c85f284da6ec21aaa3a876ef2938e1cc0)) + # [2.0.0](https://github.com/Alorel/redux-off-main-thread/compare/1.0.0...2.0.0) (2020-09-26) diff --git a/package.json b/package.json index aa68f5b..842db5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alorel/redux-off-main-thread", "private": true, - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "index.js", "module": "_esm5/index.js", diff --git a/projects/core/package.json b/projects/core/package.json index cd50906..aed0644 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@alorel/redux-off-main-thread", - "version": "2.0.0", + "version": "2.0.1", "description": "A set of utilities for running Redux in a web worker", "main": "index.js", "module": "_esm5/index.js",