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",