Skip to content

Commit 7fe1dee

Browse files
committed
Update changelog and contributors
1 parent c0b1d4c commit 7fe1dee

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,33 @@
6363
"contributions": [
6464
"code"
6565
]
66+
},
67+
{
68+
"login": "uptotec",
69+
"name": "Mahmoud Ashraf Mahmoud",
70+
"avatar_url": "https://avatars.githubusercontent.com/u/38630967?v=4",
71+
"profile": "https://github.com/uptotec",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "srfaytkn",
78+
"name": "Şerafettin Aytekin",
79+
"avatar_url": "https://avatars.githubusercontent.com/u/19591219?v=4",
80+
"profile": "https://linkedin.com/in/serafettinaytekin",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "reteps",
87+
"name": "Peter Stenger",
88+
"avatar_url": "https://avatars.githubusercontent.com/u/13869303?v=4",
89+
"profile": "http://reteps.github.io",
90+
"contributions": [
91+
"code"
92+
]
6693
}
6794
],
6895
"contributorsPerLine": 7

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- nil context title crash on iOS [#133](https://github.com/cjam/react-native-spotify-remote/pull/133) (thanks @srfaytkn!)
13+
- getPlayerState 'Map already consumed' error [#133](https://github.com/cjam/react-native-spotify-remote/pull/133) (thanks @srfaytkn!)
14+
1015
## [0.3.7] - 2021-04-19
1116

1217
### Fixed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Please do not open issues about getting the module to work unless you have tried
255255
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.
256256

257257
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
258-
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
258+
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
259259
<!-- ALL-CONTRIBUTORS-BADGE:END -->
260260

261261
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -269,6 +269,11 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
269269
<td align="center"><a href="https://djwillcaine.com"><img src="https://avatars3.githubusercontent.com/u/5376687?v=4" width="100px;" alt=""/><br /><sub><b>Will Caine</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=djwillcaine" title="Code">💻</a></td>
270270
<td align="center"><a href="http://www.estuderevisapp.com/"><img src="https://avatars0.githubusercontent.com/u/7197169?v=4" width="100px;" alt=""/><br /><sub><b>Everaldo Rosa de Souza Junior</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=juniorklawa" title="Code">💻</a></td>
271271
<td align="center"><a href="http://www.cankalya.com"><img src="https://avatars.githubusercontent.com/u/33005883?v=4" width="100px;" alt=""/><br /><sub><b>İbrahim Can KALYA</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=IbrahimCanKALYA" title="Code">💻</a></td>
272+
<td align="center"><a href="https://github.com/uptotec"><img src="https://avatars.githubusercontent.com/u/38630967?v=4" width="100px;" alt=""/><br /><sub><b>Mahmoud Ashraf Mahmoud</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=uptotec" title="Code">💻</a></td>
273+
</tr>
274+
<tr>
275+
<td align="center"><a href="https://linkedin.com/in/serafettinaytekin"><img src="https://avatars.githubusercontent.com/u/19591219?v=4" width="100px;" alt=""/><br /><sub><b>Şerafettin Aytekin</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=srfaytkn" title="Code">💻</a></td>
276+
<td align="center"><a href="http://reteps.github.io"><img src="https://avatars.githubusercontent.com/u/13869303?v=4" width="100px;" alt=""/><br /><sub><b>Peter Stenger</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=reteps" title="Code">💻</a></td>
272277
</tr>
273278
</table>
274279

0 commit comments

Comments
 (0)