From 6c4bcfd22a12ffb3ef397e8e959f5dbd848e5790 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Nov 2018 22:34:42 +0000 Subject: [PATCH] chore(release): 4.10.0 [skip ci] # [4.10.0](https://github.com/streamich/react-use/compare/v4.9.0...v4.10.0) (2018-11-10) ### Features * bump useWait ([124ef99](https://github.com/streamich/react-use/commit/124ef99)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6750b03b..ee33045e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.10.0](https://github.com/streamich/react-use/compare/v4.9.0...v4.10.0) (2018-11-10) + + +### Features + +* bump useWait ([124ef99](https://github.com/streamich/react-use/commit/124ef99)) + # [4.9.0](https://github.com/streamich/react-use/compare/v4.8.0...v4.9.0) (2018-11-06) diff --git a/package-lock.json b/package-lock.json index 677a12dc..dda41a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "4.9.0", + "version": "4.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 874f2572..7fd34d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "4.9.0", + "version": "4.10.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [