Skip to content

Commit

Permalink
chore(release): 17.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [17.1.1](v17.1.0...v17.1.1) (2021-02-10)

### Bug Fixes

* useMountedState should not change state on componentDidUpdate lifecycle ([701b306](701b306))
  • Loading branch information
semantic-release-bot committed Feb 10, 2021
1 parent 1c18e28 commit 5ba8ef4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5ba8ef4

Please sign in to comment.