chore(release): 5.2.1 [skip ci]

## [5.2.1](https://github.com/streamich/react-use/compare/v5.2.0...v5.2.1) (2019-01-04)

### Bug Fixes

* use function to correctly update state in useToggle ([d854d27](https://github.com/streamich/react-use/commit/d854d27))
This commit is contained in:
semantic-release-bot 2019-01-04 20:32:01 +00:00
parent d854d27208
commit fb2829dbbb
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [5.2.1](https://github.com/streamich/react-use/compare/v5.2.0...v5.2.1) (2019-01-04)
### Bug Fixes
* use function to correctly update state in useToggle ([d854d27](https://github.com/streamich/react-use/commit/d854d27))
# [5.2.0](https://github.com/streamich/react-use/compare/v5.1.2...v5.2.0) (2019-01-02)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.2.0",
"version": "5.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.2.0",
"version": "5.2.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [