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))
This commit is contained in:
semantic-release-bot 2019-08-03 00:38:02 +00:00
parent 9792175a72
commit 797cdea7eb
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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",