diff --git a/CHANGELOG.md b/CHANGELOG.md index d5aa2ad99d..af2b37fed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [5.1.0](https://github.com/streamich/react-use/compare/v5.0.0...v5.1.0) (2018-12-19) + + +### Bug Fixes + +* 🐛 just use any for setTimeout because of diff environments ([55673cb](https://github.com/streamich/react-use/commit/55673cb)) +* 🐛 memoized does not receive arguments ([244a533](https://github.com/streamich/react-use/commit/244a533)) +* 🐛 use Timeout type for build to work ([8c66abe](https://github.com/streamich/react-use/commit/8c66abe)) + + +### Features + +* added useDebounce ([91ff6ba](https://github.com/streamich/react-use/commit/91ff6ba)) +* pass arguments to memoized callback ([#81](https://github.com/streamich/react-use/issues/81)) ([88dd513](https://github.com/streamich/react-use/commit/88dd513)) + # [5.0.0](https://github.com/streamich/react-use/compare/v4.11.1...v5.0.0) (2018-12-17) diff --git a/package-lock.json b/package-lock.json index ddbb94cc08..c3d7067666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbebf70f1f..e02864f6d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.0.0", + "version": "5.1.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [