From da88600af07fff4d8b20c08652fb42d1e64ca831 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2019 15:54:21 +0000 Subject: [PATCH] chore(release): 10.6.3 [skip ci] ## [10.6.3](https://github.com/streamich/react-use/compare/v10.6.2...v10.6.3) (2019-08-19) ### Bug Fixes * allow import default for ESM ([bd3a062](https://github.com/streamich/react-use/commit/bd3a062)) * rollup build error: Cannot call a namespace ('writeText') ([b3e672b](https://github.com/streamich/react-use/commit/b3e672b)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ce5785..0a70e61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [10.6.3](https://github.com/streamich/react-use/compare/v10.6.2...v10.6.3) (2019-08-19) + + +### Bug Fixes + +* allow import default for ESM ([bd3a062](https://github.com/streamich/react-use/commit/bd3a062)) +* rollup build error: Cannot call a namespace ('writeText') ([b3e672b](https://github.com/streamich/react-use/commit/b3e672b)) + ## [10.6.2](https://github.com/streamich/react-use/compare/v10.6.1...v10.6.2) (2019-08-18) diff --git a/package.json b/package.json index c8645af0..05785b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "10.6.2", + "version": "10.6.3", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",