From c52f35dc78d63a293e25b9c5ce7eb5073136a90d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2019 09:57:42 +0000 Subject: [PATCH] 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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb8e705..8c913d25 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index c6285242..b14797ab 100644 --- a/package.json +++ b/package.json @@ -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",