mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
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:
parent
283045a0ee
commit
a656c15f57
13
CHANGELOG.md
13
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user