chore(release): 17.1.1 [skip ci]

## [17.1.1](https://github.com/streamich/react-use/compare/v17.1.0...v17.1.1) (2021-02-10)

### Bug Fixes

* useMountedState should not change state on componentDidUpdate lifecycle ([701b306](701b306ed9))
This commit is contained in:
semantic-release-bot 2021-02-10 19:42:30 +00:00
parent 1c18e28226
commit 5ba8ef4ff8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [17.1.1](https://github.com/streamich/react-use/compare/v17.1.0...v17.1.1) (2021-02-10)
### Bug Fixes
* useMountedState should not change state on componentDidUpdate lifecycle ([701b306](https://github.com/streamich/react-use/commit/701b306ed97382cbec73c834f6d3dd7baa58e339))
# [17.1.0](https://github.com/streamich/react-use/compare/v17.0.2...v17.1.0) (2021-02-01)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "17.1.0",
"version": "17.1.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",