Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.9.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.8](v0.9.7...v0.9.8) (2019-02-01)

### Bug Fixes

* controls not showing on Android lock screen ([#227](#227)) ([51a6fc2](51a6fc2))
* remove extra pause event related to app suspension in IOS10+ ([6ee2a86](6ee2a86))
  • Loading branch information
semantic-release-bot committed Feb 1, 2019
1 parent 51a6fc2 commit a602310
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a602310

Please sign in to comment.