Skip to content

Commit 2a43c37

Browse files
chore(release): 4.3.0 [skip ci]
# [4.3.0](v4.2.0...v4.3.0) (2018-10-29) ### Features * 🎸 add useOutsideClick hook ([90d2c22](90d2c22))
1 parent f1093a6 commit 2a43c37

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.3.0](https://github.com/streamich/react-use/compare/v4.2.0...v4.3.0) (2018-10-29)
2+
3+
4+
### Features
5+
6+
* 🎸 add useOutsideClick hook ([90d2c22](https://github.com/streamich/react-use/commit/90d2c22))
7+
18
# [4.2.0](https://github.com/streamich/react-use/compare/v4.1.0...v4.2.0) (2018-10-29)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)