Skip to content

Commit

Permalink
chore(release): 11.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.2](v11.0.1...v11.0.2) (2019-08-23)

### Bug Fixes

* **useSetState:** memoize setState callback ([0275329](0275329))
* **useSetState:** memoize setState callback ([16f023f](16f023f))
  • Loading branch information
semantic-release-bot committed Aug 23, 2019
1 parent 530ff7b commit 8c2658f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [11.0.2](https://github.com/streamich/react-use/compare/v11.0.1...v11.0.2) (2019-08-23)


### Bug Fixes

* **useSetState:** memoize setState callback ([0275329](https://github.com/streamich/react-use/commit/0275329))
* **useSetState:** memoize setState callback ([16f023f](https://github.com/streamich/react-use/commit/16f023f))

## [11.0.1](https://github.com/streamich/react-use/compare/v11.0.0...v11.0.1) (2019-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "11.0.1",
"version": "11.0.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 8c2658f

Please sign in to comment.