From ed03fc2c3ba6223c8a9338cfa0b49a426610fdb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jul 2019 15:30:57 +0000 Subject: [PATCH] chore(release): 10.1.0 [skip ci] # [10.1.0](https://github.com/streamich/react-use/compare/v10.0.0...v10.1.0) (2019-07-17) ### Features * add latest `react-wait` types ([6ebe3bb](https://github.com/streamich/react-use/commit/6ebe3bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d9cafe..7a86c530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [10.1.0](https://github.com/streamich/react-use/compare/v10.0.0...v10.1.0) (2019-07-17) + + +### Features + +* add latest `react-wait` types ([6ebe3bb](https://github.com/streamich/react-use/commit/6ebe3bb)) + # [10.0.0](https://github.com/streamich/react-use/compare/v9.12.0...v10.0.0) (2019-07-17) diff --git a/package.json b/package.json index 57df440b..7b5af8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "10.0.0", + "version": "10.1.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",