chore(release): 17.3.1 [skip ci]

## [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](51ef8d99ba))
This commit is contained in:
semantic-release-bot 2021-08-31 22:31:41 +00:00
parent 51ef8d99ba
commit 822b8a0a04
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

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