diff --git a/CHANGELOG.md b/CHANGELOG.md index 009de044db..afb8e70540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/streamich/react-use/compare/v6.0.0...v6.1.0) (2019-03-26) + + +### Features + +* add useThrottle hook ([756bc99](https://github.com/streamich/react-use/commit/756bc99)) + # [6.0.0](https://github.com/streamich/react-use/compare/v5.16.1...v6.0.0) (2019-03-26) diff --git a/package.json b/package.json index f6035af7e9..d8c43aca45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "6.0.0", + "version": "6.1.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [