diff --git a/CHANGELOG.md b/CHANGELOG.md index db3f2c31..3a1968c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.1.0](https://github.com/streamich/react-use/compare/v9.0.0...v9.1.0) (2019-05-24) + + +### Features + +* pass arguments to useAsyncFn function ([6789d10](https://github.com/streamich/react-use/commit/6789d10)) + # [9.0.0](https://github.com/streamich/react-use/compare/v8.4.0...v9.0.0) (2019-05-09) diff --git a/package.json b/package.json index ef2411cf..4ca5b359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "9.0.0", + "version": "9.1.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",