Skip to content

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2021-02-17)

### Bug Fixes

* MergedStore allows updating child component ([3c7f5a5](3c7f5a5))
  • Loading branch information
semantic-release-bot committed Feb 17, 2021
1 parent 3c7f5a5 commit afdc435
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 @@
## [1.10.1](https://github.com/edriang/react-connect-context-hooks/compare/v1.10.0...v1.10.1) (2021-02-17)


### Bug Fixes

* MergedStore allows updating child component ([3c7f5a5](https://github.com/edriang/react-connect-context-hooks/commit/3c7f5a5f7ab860538d3ae03db60735e86683cc5a))

# [1.10.0](https://github.com/edriang/react-connect-context-hooks/compare/v1.9.1...v1.10.0) (2020-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-connect-context-hooks",
"version": "1.10.0",
"version": "1.10.1",
"description": "Lightweight redux-like connect bindings which uses useReducer + useContext internally.",
"keywords": [
"react",
Expand Down

0 comments on commit afdc435

Please sign in to comment.