mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
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:
parent
85205c1125
commit
c52f35dc78
13
CHANGELOG.md
13
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user