chore(release): 6.2.0 [skip ci]

# [6.2.0](https://github.com/streamich/react-use/compare/v6.1.0...v6.2.0) (2019-03-27)

### Bug Fixes

* add esm to 'files' in package.json ([fc1ba07](https://github.com/streamich/react-use/commit/fc1ba07))
* clean esm folder as well ([0a10a6e](https://github.com/streamich/react-use/commit/0a10a6e))

### Features

* emit code in ES Module mode ([464642e](https://github.com/streamich/react-use/commit/464642e))
This commit is contained in:
semantic-release-bot 2019-03-27 09:57:42 +00:00
parent 85205c1125
commit c52f35dc78
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [6.2.0](https://github.com/streamich/react-use/compare/v6.1.0...v6.2.0) (2019-03-27)
### Bug Fixes
* add esm to 'files' in package.json ([fc1ba07](https://github.com/streamich/react-use/commit/fc1ba07))
* clean esm folder as well ([0a10a6e](https://github.com/streamich/react-use/commit/0a10a6e))
### Features
* emit code in ES Module mode ([464642e](https://github.com/streamich/react-use/commit/464642e))
# [6.1.0](https://github.com/streamich/react-use/compare/v6.0.0...v6.1.0) (2019-03-26)

View File

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