From 802d82f86bbdb1e1f4a830ba60d32cdf16ad9eb1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jun 2020 20:47:26 +0000 Subject: [PATCH] chore(release): 15.3.2 [skip ci] ## [15.3.2](https://github.com/streamich/react-use/compare/v15.3.1...v15.3.2) (2020-06-29) ### Bug Fixes * **useFullscreen:** fix typings so [#1205](https://github.com/streamich/react-use/issues/1205) can be merged. ([e6e55a3](https://github.com/streamich/react-use/commit/e6e55a3f94993b621566ac66488fd973e992704f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db21f22..70bc33b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.3.2](https://github.com/streamich/react-use/compare/v15.3.1...v15.3.2) (2020-06-29) + + +### Bug Fixes + +* **useFullscreen:** fix typings so [#1205](https://github.com/streamich/react-use/issues/1205) can be merged. ([e6e55a3](https://github.com/streamich/react-use/commit/e6e55a3f94993b621566ac66488fd973e992704f)) + ## [15.3.1](https://github.com/streamich/react-use/compare/v15.3.0...v15.3.1) (2020-06-29) diff --git a/package.json b/package.json index 9c1ed81a..15bf2bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.3.1", + "version": "15.3.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",