chore(release): 5.8.1 [skip ci]

## [5.8.1](https://github.com/streamich/react-use/compare/v5.8.0...v5.8.1) (2019-03-20)

### Bug Fixes

* 🐛 use useLayoutEffect() in useCss() to inject CSS quick ([7328f26](https://github.com/streamich/react-use/commit/7328f26))
This commit is contained in:
semantic-release-bot 2019-03-20 17:44:55 +00:00
parent e125157e0d
commit 4158ced7d3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [5.8.1](https://github.com/streamich/react-use/compare/v5.8.0...v5.8.1) (2019-03-20)
### Bug Fixes
* 🐛 use useLayoutEffect() in useCss() to inject CSS quick ([7328f26](https://github.com/streamich/react-use/commit/7328f26))
# [5.8.0](https://github.com/streamich/react-use/compare/v5.7.1...v5.8.0) (2019-03-19)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.8.0",
"version": "5.8.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [