diff --git a/CHANGELOG.md b/CHANGELOG.md index 995a7a02..876e2f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a0ad174a..a6bac380 100644 --- a/package.json +++ b/package.json @@ -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": [