From 797cdea7eb8eb3f2a4ed12a45ae0f9d1c67b30ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Aug 2019 00:38:02 +0000 Subject: [PATCH] chore(release): 10.5.0 [skip ci] # [10.5.0](https://github.com/streamich/react-use/compare/v10.4.0...v10.5.0) (2019-08-03) ### Features * add useRafLoop hook ([be7d7c3](https://github.com/streamich/react-use/commit/be7d7c3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b1a3b1..383c00c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [10.5.0](https://github.com/streamich/react-use/compare/v10.4.0...v10.5.0) (2019-08-03) + + +### Features + +* add useRafLoop hook ([be7d7c3](https://github.com/streamich/react-use/commit/be7d7c3)) + # [10.4.0](https://github.com/streamich/react-use/compare/v10.3.1...v10.4.0) (2019-08-02) diff --git a/package.json b/package.json index b0473dfd..db090602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "10.4.0", + "version": "10.5.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",