Skip to content

Commit

Permalink
chore(release): 13.25.1 [skip ci]
Browse files Browse the repository at this point in the history
## [13.25.1](v13.25.0...v13.25.1) (2020-02-15)

### Bug Fixes

* πŸ› support default event in useClickAway() ([24281cd](24281cd))
* generic type on event arg in onClickAway callback on useClickAway ([4ffe454](4ffe454))
  • Loading branch information
semantic-release-bot committed Feb 15, 2020
1 parent 5046e4b commit 6e3a6da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [13.25.1](https://github.com/streamich/react-use/compare/v13.25.0...v13.25.1) (2020-02-15)


### Bug Fixes

* πŸ› support default event in useClickAway() ([24281cd](https://github.com/streamich/react-use/commit/24281cdf042da5f83068c6108c67a36fe0cfc74d))
* generic type on event arg in onClickAway callback on useClickAway ([4ffe454](https://github.com/streamich/react-use/commit/4ffe4542aec840bd6150223489d2c38821954336))

# [13.25.0](https://github.com/streamich/react-use/compare/v13.24.1...v13.25.0) (2020-02-15)


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

0 comments on commit 6e3a6da

Please sign in to comment.