chore(release): 10.6.3 [skip ci]

## [10.6.3](https://github.com/streamich/react-use/compare/v10.6.2...v10.6.3) (2019-08-19)

### Bug Fixes

* allow import default for ESM ([bd3a062](https://github.com/streamich/react-use/commit/bd3a062))
* rollup build error: Cannot call a namespace ('writeText') ([b3e672b](https://github.com/streamich/react-use/commit/b3e672b))
This commit is contained in:
semantic-release-bot 2019-08-19 15:54:21 +00:00
parent bd3a0622a1
commit da88600af0
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [10.6.3](https://github.com/streamich/react-use/compare/v10.6.2...v10.6.3) (2019-08-19)
### Bug Fixes
* allow import default for ESM ([bd3a062](https://github.com/streamich/react-use/commit/bd3a062))
* rollup build error: Cannot call a namespace ('writeText') ([b3e672b](https://github.com/streamich/react-use/commit/b3e672b))
## [10.6.2](https://github.com/streamich/react-use/compare/v10.6.1...v10.6.2) (2019-08-18)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "10.6.2",
"version": "10.6.3",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",