Skip to content

Commit c52f35d

Browse files
chore(release): 6.2.0 [skip ci]
# [6.2.0](v6.1.0...v6.2.0) (2019-03-27) ### Bug Fixes * add esm to 'files' in package.json ([fc1ba07](fc1ba07)) * clean esm folder as well ([0a10a6e](0a10a6e)) ### Features * emit code in ES Module mode ([464642e](464642e))
1 parent 85205c1 commit c52f35d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.2.0](https://github.com/streamich/react-use/compare/v6.1.0...v6.2.0) (2019-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* add esm to 'files' in package.json ([fc1ba07](https://github.com/streamich/react-use/commit/fc1ba07))
7+
* clean esm folder as well ([0a10a6e](https://github.com/streamich/react-use/commit/0a10a6e))
8+
9+
10+
### Features
11+
12+
* emit code in ES Module mode ([464642e](https://github.com/streamich/react-use/commit/464642e))
13+
114
# [6.1.0](https://github.com/streamich/react-use/compare/v6.0.0...v6.1.0) (2019-03-26)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"module": "lib/es/index.js",

0 commit comments

Comments
 (0)