From 8fb9d05821cd054b2000fee7aae982f468afb3d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jun 2020 11:15:48 +0000 Subject: [PATCH] chore(release): 15.2.5 [skip ci] ## [15.2.5](https://github.com/streamich/react-use/compare/v15.2.4...v15.2.5) (2020-06-15) ### Bug Fixes * bump react-universal-interface ([1540c1a](https://github.com/streamich/react-use/commit/1540c1ab8f338dfa2f53de16506fbf47803d45ba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f519906f..49b34ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.2.5](https://github.com/streamich/react-use/compare/v15.2.4...v15.2.5) (2020-06-15) + + +### Bug Fixes + +* bump react-universal-interface ([1540c1a](https://github.com/streamich/react-use/commit/1540c1ab8f338dfa2f53de16506fbf47803d45ba)) + ## [15.2.4](https://github.com/streamich/react-use/compare/v15.2.3...v15.2.4) (2020-06-13) diff --git a/package.json b/package.json index 73bf9651..326a6676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.2.4", + "version": "15.2.5", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",