Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 27, 2020
1 parent c8ca019 commit 6f9fc43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6f9fc43

Please sign in to comment.