Skip to content

Commit

Permalink
chore(release): 10.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.8.0](v10.7.1...v10.8.0) (2019-08-20)

### Bug Fixes

* Reworked useBattery hook ([1069060](1069060))
* succeed useRafLoop tests ([09167df](09167df))

### Features

* 🎸 support useBattery hook on server side ([5d31cf0](5d31cf0))
* 🎸 use only one useState and one useEffect call ([2d0fabf](2d0fabf))
  • Loading branch information
semantic-release-bot committed Aug 20, 2019
1 parent 09167df commit 5282585
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5282585

Please sign in to comment.