chore(release): 3.0.0 [skip ci]

# [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29)

### Features

* 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767))

### BREAKING CHANGES

* now useToggle and useBoolean accept any value type and cast it to
boolean.
This commit is contained in:
semantic-release-bot 2018-10-29 14:35:50 +00:00
parent 9d144274e5
commit 53cf6eefb6
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29)
### Features
* 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767))
### BREAKING CHANGES
* now useToggle and useBoolean accept any value type and cast it to
boolean.
# [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29)

View File

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