diff --git a/.all-contributorsrc b/.all-contributorsrc index d323062..41d28fd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -63,6 +63,33 @@ "contributions": [ "code" ] + }, + { + "login": "uptotec", + "name": "Mahmoud Ashraf Mahmoud", + "avatar_url": "https://avatars.githubusercontent.com/u/38630967?v=4", + "profile": "https://github.com/uptotec", + "contributions": [ + "code" + ] + }, + { + "login": "srfaytkn", + "name": "Şerafettin Aytekin", + "avatar_url": "https://avatars.githubusercontent.com/u/19591219?v=4", + "profile": "https://linkedin.com/in/serafettinaytekin", + "contributions": [ + "code" + ] + }, + { + "login": "reteps", + "name": "Peter Stenger", + "avatar_url": "https://avatars.githubusercontent.com/u/13869303?v=4", + "profile": "http://reteps.github.io", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e841a..a34ce96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- nil context title crash on iOS [#133](https://github.com/cjam/react-native-spotify-remote/pull/133) (thanks @srfaytkn!) +- getPlayerState 'Map already consumed' error [#133](https://github.com/cjam/react-native-spotify-remote/pull/133) (thanks @srfaytkn!) + ## [0.3.7] - 2021-04-19 ### Fixed diff --git a/README.md b/README.md index a759d79..c7342d2 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Please do not open issues about getting the module to work unless you have tried 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. -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) @@ -269,6 +269,11 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
Will Caine

💻
Everaldo Rosa de Souza Junior

💻
İbrahim Can KALYA

💻 +
Mahmoud Ashraf Mahmoud

💻 + + +
Şerafettin Aytekin

💻 +
Peter Stenger

💻