Skip to content

Commit 34f3a08

Browse files
committed
Merge branch 'master' of github.com:react-native-community/hooks
2 parents e1009bb + 3b30539 commit 34f3a08

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v2.4.2 (Sat Feb 22 2020)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ok [#70](https://github.com/react-native-community/hooks/pull/70) ([@pvinis](https://github.com/pvinis))
6+
- hm [#69](https://github.com/react-native-community/hooks/pull/69) ([@pvinis](https://github.com/pvinis))
7+
- set up auto [#66](https://github.com/react-native-community/hooks/pull/66) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@pvinis](https://github.com/pvinis))
8+
- (fix): Add a prepare script to package.json [#68](https://github.com/react-native-community/hooks/pull/68) ([@Naturalclar](https://github.com/Naturalclar))
9+
10+
#### ⚠️ Pushed to master
11+
12+
- move config out ([@pvinis](https://github.com/pvinis))
13+
- upgrade ([@pvinis](https://github.com/pvinis))
14+
- add renovate ([@pvinis](https://github.com/pvinis))
15+
16+
#### Authors: 3
17+
18+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
19+
- Jesse Katsumata ([@Naturalclar](https://github.com/Naturalclar))
20+
- Pavlos Vinieratos ([@pvinis](https://github.com/pvinis))
21+
22+
---
23+
124
# (Fri Feb 21 2020)
225

326
:tada: This release contains work from new contributors! :tada:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/hooks",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)