From a6023105f2468d79f7ace1a965b4283aae6c1076 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Feb 2019 07:27:20 +0000 Subject: [PATCH] chore(release): 0.9.8 [skip ci] ## [0.9.8](https://github.com/tanguyantoine/react-native-music-control/compare/v0.9.7...v0.9.8) (2019-02-01) ### Bug Fixes * controls not showing on Android lock screen ([#227](https://github.com/tanguyantoine/react-native-music-control/issues/227)) ([51a6fc2](https://github.com/tanguyantoine/react-native-music-control/commit/51a6fc2)) * remove extra pause event related to app suspension in IOS10+ ([6ee2a86](https://github.com/tanguyantoine/react-native-music-control/commit/6ee2a86)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29217d92..c48933a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.9.8](https://github.com/tanguyantoine/react-native-music-control/compare/v0.9.7...v0.9.8) (2019-02-01) + + +### Bug Fixes + +* controls not showing on Android lock screen ([#227](https://github.com/tanguyantoine/react-native-music-control/issues/227)) ([51a6fc2](https://github.com/tanguyantoine/react-native-music-control/commit/51a6fc2)) +* remove extra pause event related to app suspension in IOS10+ ([6ee2a86](https://github.com/tanguyantoine/react-native-music-control/commit/6ee2a86)) + ## [0.9.7](https://github.com/tanguyantoine/react-native-music-control/compare/v0.9.6...v0.9.7) (2019-01-11) diff --git a/package.json b/package.json index 10e36e84..683cd956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-music-control", - "version": "0.9.7", + "version": "0.9.8", "description": "Add information on lockscreen and control playing music", "main": "lib/index.js", "types": "./lib/index.d.ts",