From 528258561fa0b4235f8005c8d59002c017c2fc6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2019 21:45:30 +0000 Subject: [PATCH] chore(release): 10.8.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [10.8.0](https://github.com/streamich/react-use/compare/v10.7.1...v10.8.0) (2019-08-20) ### Bug Fixes * Reworked useBattery hook ([1069060](https://github.com/streamich/react-use/commit/1069060)) * succeed useRafLoop tests ([09167df](https://github.com/streamich/react-use/commit/09167df)) ### Features * 🎸 support useBattery hook on server side ([5d31cf0](https://github.com/streamich/react-use/commit/5d31cf0)) * 🎸 use only one useState and one useEffect call ([2d0fabf](https://github.com/streamich/react-use/commit/2d0fabf)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65632cff..678d0c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [10.8.0](https://github.com/streamich/react-use/compare/v10.7.1...v10.8.0) (2019-08-20) + + +### Bug Fixes + +* Reworked useBattery hook ([1069060](https://github.com/streamich/react-use/commit/1069060)) +* succeed useRafLoop tests ([09167df](https://github.com/streamich/react-use/commit/09167df)) + + +### Features + +* 🎸 support useBattery hook on server side ([5d31cf0](https://github.com/streamich/react-use/commit/5d31cf0)) +* 🎸 use only one useState and one useEffect call ([2d0fabf](https://github.com/streamich/react-use/commit/2d0fabf)) + ## [10.7.1](https://github.com/streamich/react-use/compare/v10.7.0...v10.7.1) (2019-08-20) diff --git a/package.json b/package.json index 846cfbc7..06dc129b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "10.7.1", + "version": "10.8.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",