From 94d134ea8305842b7cb6a12f4358ce3f8a6f81f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 May 2019 18:28:08 +0000 Subject: [PATCH] chore(release): 9.1.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",