chore(release): 5.4.1 [skip ci]

## [5.4.1](https://github.com/streamich/react-use/compare/v5.4.0...v5.4.1) (2019-02-19)

### Bug Fixes

* 🐛 better async loading for keyboardjs ([2096bae](https://github.com/streamich/react-use/commit/2096bae)), closes [#103](https://github.com/streamich/react-use/issues/103)
This commit is contained in:
semantic-release-bot 2019-02-19 16:21:40 +00:00
parent e795f6ed34
commit 4552ee0e5e
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [5.4.1](https://github.com/streamich/react-use/compare/v5.4.0...v5.4.1) (2019-02-19)
### Bug Fixes
* 🐛 better async loading for keyboardjs ([2096bae](https://github.com/streamich/react-use/commit/2096bae)), closes [#103](https://github.com/streamich/react-use/issues/103)
# [5.4.0](https://github.com/streamich/react-use/compare/v5.3.1...v5.4.0) (2019-02-19)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.4.0",
"version": "5.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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