Skip to content

Commit c693037

Browse files
authored
Merge branch 'master' into master
2 parents 5dc0b60 + 636cabe commit c693037

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# v2.4.7 (Thu Mar 19 2020)
2+
3+
:tada: This release contains work from new contributors! :tada:
4+
5+
Thanks for all your work!
6+
7+
:heart: WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
8+
9+
:heart: Peter Makowski ([@petermakowski](https://github.com/petermakowski))
10+
11+
#### 🐛 Bug Fix
12+
13+
- test [#89](https://github.com/react-native-community/hooks/pull/89) ([@pvinis](https://github.com/pvinis))
14+
- Update dependency auto to v9.20.0 [#88](https://github.com/react-native-community/hooks/pull/88) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
15+
- Update README.md [#84](https://github.com/react-native-community/hooks/pull/84) ([@petermakowski](https://github.com/petermakowski))
16+
- Update dependency @auto-it/all-contributors to v9.20.0 [#85](https://github.com/react-native-community/hooks/pull/85) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
17+
- Update dependency @auto-it/first-time-contributor to v9.20.0 [#86](https://github.com/react-native-community/hooks/pull/86) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
18+
- Update dependency @types/react-native to v0.61.23 [#83](https://github.com/react-native-community/hooks/pull/83) ([@renovate-bot](https://github.com/renovate-bot))
19+
20+
#### Authors: 4
21+
22+
- [@renovate[bot]](https://github.com/renovate[bot])
23+
- Pavlos Vinieratos ([@pvinis](https://github.com/pvinis))
24+
- Peter Makowski ([@petermakowski](https://github.com/petermakowski))
25+
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
26+
27+
---
28+
129
# v2.4.6 (Wed Mar 18 2020)
230

331
:tada: This release contains work from a new contributor! :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.6",
3+
"version": "2.4.7",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)