File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# [ 6.1.0] ( https://github.com/streamich/react-use/compare/v6.0.0...v6.1.0 ) (2019-03-26)
2
15
3
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-use" ,
3
- "version" : " 6.1 .0" ,
3
+ "version" : " 6.2 .0" ,
4
4
"description" : " Collection of React Hooks" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/es/index.js" ,
You can’t perform that action at this time.
0 commit comments