Skip to content

Commit

Permalink
chore(release): 17.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [17.2.2](v17.2.1...v17.2.2) (2021-04-06)

### Bug Fixes

* **useStateWithHistory:** support callback style setState ([fca687d](fca687d))
  • Loading branch information
semantic-release-bot committed Apr 6, 2021
1 parent db66320 commit 607d602
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.2.2](https://github.com/streamich/react-use/compare/v17.2.1...v17.2.2) (2021-04-06)


### Bug Fixes

* **useStateWithHistory:** support callback style setState ([fca687d](https://github.com/streamich/react-use/commit/fca687d32c37148dab3072f053109f6c4d3c36ba))

## [17.2.1](https://github.com/streamich/react-use/compare/v17.2.0...v17.2.1) (2021-03-11)


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.2.1",
"version": "17.2.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 607d602

Please sign in to comment.