From 26a281db90df9fd03704beabac2d96b0434ca4c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Jan 2021 14:45:26 +0000 Subject: [PATCH] chore(release): 15.3.6 [skip ci] ## [15.3.6](https://github.com/streamich/react-use/compare/v15.3.5...v15.3.6) (2021-01-07) ### Bug Fixes * Fix issues in tests ([7668ce5](https://github.com/streamich/react-use/commit/7668ce5c5f0f186437907f1c352d3a62e3ae8ba7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2f2833..c5e1e302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.3.6](https://github.com/streamich/react-use/compare/v15.3.5...v15.3.6) (2021-01-07) + + +### Bug Fixes + +* Fix issues in tests ([7668ce5](https://github.com/streamich/react-use/commit/7668ce5c5f0f186437907f1c352d3a62e3ae8ba7)) + ## [15.3.4](https://github.com/streamich/react-use/compare/v15.3.3...v15.3.4) (2020-09-04) diff --git a/package.json b/package.json index 8af9020d..df184f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.3.5", + "version": "15.3.6", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",