Skip to content

Commit

Permalink
chore(release): 17.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [17.2.1](v17.2.0...v17.2.1) (2021-03-11)

### Bug Fixes

* lint issues. ([3e8af15](3e8af15))
* useMeasure type definitions for SVG ([e200f7f](e200f7f))
* useUnmountPromise stops on immediate update ([9ff5c09](9ff5c09))
  • Loading branch information
semantic-release-bot committed Mar 11, 2021
1 parent 3e8af15 commit 5575bd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [17.2.1](https://github.com/streamich/react-use/compare/v17.2.0...v17.2.1) (2021-03-11)


### Bug Fixes

* lint issues. ([3e8af15](https://github.com/streamich/react-use/commit/3e8af15086135c873d18079a0b92b21da668a2ff))
* useMeasure type definitions for SVG ([e200f7f](https://github.com/streamich/react-use/commit/e200f7fcbb371a1d794be8d350f9559f940e5760))
* useUnmountPromise stops on immediate update ([9ff5c09](https://github.com/streamich/react-use/commit/9ff5c09e671c4f07f25f30a60617fca7660e7607))

# [17.2.0](https://github.com/streamich/react-use/compare/v17.1.1...v17.2.0) (2021-03-10)


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

0 comments on commit 5575bd4

Please sign in to comment.