chore(release): 10.6.0 [skip ci]

# [10.6.0](https://github.com/streamich/react-use/compare/v10.5.0...v10.6.0) (2019-08-17)

### Features

* add min/max to useNumber ([586faab](https://github.com/streamich/react-use/commit/586faab))
This commit is contained in:
semantic-release-bot 2019-08-17 16:24:11 +00:00
parent 586faabe74
commit 09a5fa023b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [10.6.0](https://github.com/streamich/react-use/compare/v10.5.0...v10.6.0) (2019-08-17)
### Features
* add min/max to useNumber ([586faab](https://github.com/streamich/react-use/commit/586faab))
# [10.5.0](https://github.com/streamich/react-use/compare/v10.4.0...v10.5.0) (2019-08-03)

View File

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