diff --git a/CHANGELOG.md b/CHANGELOG.md index 383c00c9..b7a44266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 18905552..68b97395 100644 --- a/package.json +++ b/package.json @@ -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",