Skip to content

Commit 48c7e87

Browse files
committed
Update contributors and changelog
1 parent 4463992 commit 48c7e87

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@
128128
"contributions": [
129129
"code"
130130
]
131+
},
132+
{
133+
"login": "pretorh",
134+
"name": "Hendri Pretorius",
135+
"avatar_url": "https://avatars.githubusercontent.com/u/4050990?v=4",
136+
"profile": "https://github.com/pretorh",
137+
"contributions": [
138+
"bug",
139+
"code"
140+
]
131141
}
132142
],
133143
"contributorsPerLine": 7

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fix
11+
- Android null check to fix [#191](https://github.com/cjam/react-native-spotify-remote/issues/191) (Thanks @pretorh)
12+
1013
## [0.3.11-5] - 2022-02-10
1114

1215
### Fix

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,7 @@ Please do not open issues about getting the module to work unless you have tried
270270
Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work that he has done in the [react-native-spotify](https://github.com/lufinkey/react-native-spotify) repo which was the original source of inspiration and some useful patterns for this package.
271271

272272
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
273-
274-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
275-
273+
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-)
276274
<!-- ALL-CONTRIBUTORS-BADGE:END -->
277275

278276
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -295,12 +293,12 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
295293
<td align="center"><a href="https://github.com/gustavoggs"><img src="https://avatars.githubusercontent.com/u/793491?v=4" width="100px;" alt=""/><br /><sub><b>Gustavo Graña</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/issues?q=author%3Agustavoggs" title="Bug reports">🐛</a> <a href="https://github.com/cjam/react-native-spotify-remote/commits?author=gustavoggs" title="Code">💻</a></td>
296294
<td align="center"><a href="https://www.companjenapps.com"><img src="https://avatars.githubusercontent.com/u/12894112?v=4" width="100px;" alt=""/><br /><sub><b>Dylan</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=dylancom" title="Code">💻</a></td>
297295
<td align="center"><a href="https://github.com/hoang"><img src="https://avatars.githubusercontent.com/u/170571?v=4" width="100px;" alt=""/><br /><sub><b>Hoang</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=hoang" title="Code">💻</a></td>
296+
<td align="center"><a href="https://github.com/pretorh"><img src="https://avatars.githubusercontent.com/u/4050990?v=4" width="100px;" alt=""/><br /><sub><b>Hendri Pretorius</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/issues?q=author%3Apretorh" title="Bug reports">🐛</a> <a href="https://github.com/cjam/react-native-spotify-remote/commits?author=pretorh" title="Code">💻</a></td>
298297
</tr>
299298
</table>
300299

301300
<!-- markdownlint-enable -->
302301
<!-- prettier-ignore-end -->
303-
304302
<!-- ALL-CONTRIBUTORS-LIST:END -->
305303

306304

0 commit comments

Comments
 (0)