chore(release): 11.0.0 [skip ci]

# [11.0.0](https://github.com/streamich/react-use/compare/v10.8.0...v11.0.0) (2019-08-22)

### Features

* add cancel and reset methods to useTimeout ([283045a](https://github.com/streamich/react-use/commit/283045a))
* add useTimeoutFn ([284e6fd](https://github.com/streamich/react-use/commit/284e6fd))

### BREAKING CHANGES

* useTimeout now returns a tuple
This commit is contained in:
semantic-release-bot 2019-08-22 08:59:02 +00:00
parent 283045a0ee
commit a656c15f57
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [11.0.0](https://github.com/streamich/react-use/compare/v10.8.0...v11.0.0) (2019-08-22)
### Features
* add cancel and reset methods to useTimeout ([283045a](https://github.com/streamich/react-use/commit/283045a))
* add useTimeoutFn ([284e6fd](https://github.com/streamich/react-use/commit/284e6fd))
### BREAKING CHANGES
* useTimeout now returns a tuple
# [10.8.0](https://github.com/streamich/react-use/compare/v10.7.1...v10.8.0) (2019-08-20)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "10.8.0",
"version": "11.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",