From 749da199a64aff2ca18de417862ddf0a7a5dc6d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 May 2019 08:12:20 +0000 Subject: [PATCH] chore(release): 9.3.0 [skip ci] # [9.3.0](https://github.com/streamich/react-use/compare/v9.2.0...v9.3.0) (2019-05-31) ### Features * improve useAsync and useAsyncFn ([3ab1d5d](https://github.com/streamich/react-use/commit/3ab1d5d)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1a1a72..a450b322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.3.0](https://github.com/streamich/react-use/compare/v9.2.0...v9.3.0) (2019-05-31) + + +### Features + +* improve useAsync and useAsyncFn ([3ab1d5d](https://github.com/streamich/react-use/commit/3ab1d5d)) + # [9.2.0](https://github.com/streamich/react-use/compare/v9.1.2...v9.2.0) (2019-05-31) diff --git a/package.json b/package.json index 4aab99ac..a19758d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "9.2.0", + "version": "9.3.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js", @@ -136,4 +136,4 @@ "node": "10.16.0", "yarn": "1.16.0" } -} \ No newline at end of file +}