From 822b8a0a04d6663d02b4bbdd8273e517d9ecdcfe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Aug 2021 22:31:41 +0000 Subject: [PATCH] chore(release): 17.3.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [17.3.1](https://github.com/streamich/react-use/compare/v17.3.0...v17.3.1) (2021-08-31) ### Performance Improvements * ⚡️ change title only if it changed ([51ef8d9](https://github.com/streamich/react-use/commit/51ef8d99bad31186ec5420d8b729748507c8a1bf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eecc9d0..8e26cccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.3.1](https://github.com/streamich/react-use/compare/v17.3.0...v17.3.1) (2021-08-31) + + +### Performance Improvements + +* ⚡️ change title only if it changed ([51ef8d9](https://github.com/streamich/react-use/commit/51ef8d99bad31186ec5420d8b729748507c8a1bf)) + # [17.3.0](https://github.com/streamich/react-use/compare/v17.2.4...v17.3.0) (2021-08-31) diff --git a/package.json b/package.json index 95b68071..3279a6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.3.0", + "version": "17.3.1", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",