Skip to content

Commit

Permalink
chore(release): 5.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.8.1](v5.8.0...v5.8.1) (2019-03-20)

### Bug Fixes

* πŸ› use useLayoutEffect() in useCss() to inject CSS quick ([7328f26](7328f26))
  • Loading branch information
semantic-release-bot committed Mar 20, 2019
1 parent e125157 commit 4158ced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "5.8.0",
"version": "5.8.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 4158ced

Please sign in to comment.