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.10.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.10.6](v0.10.5...v0.10.6) (2019-08-26)

### Bug Fixes

* **java:** Move stopForegroundService() to onStop event ([#294](#294)) ([e9b4679](e9b4679))
  • Loading branch information
semantic-release-bot committed Aug 26, 2019
1 parent 78a7f16 commit 36c090f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.10.6](https://github.com/tanguyantoine/react-native-music-control/compare/v0.10.5...v0.10.6) (2019-08-26)


### Bug Fixes

* **java:** Move stopForegroundService() to onStop event ([#294](https://github.com/tanguyantoine/react-native-music-control/issues/294)) ([e9b4679](https://github.com/tanguyantoine/react-native-music-control/commit/e9b4679))

## [0.10.5](https://github.com/tanguyantoine/react-native-music-control/compare/v0.10.4...v0.10.5) (2019-07-10)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-music-control",
"version": "0.10.7",
"version": "0.10.6",
"description": "Add information on lockscreen and control playing music",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -42,4 +42,4 @@
"semantic-release": "^15.13.21",
"typescript": "^3.5.3"
}
}
}

0 comments on commit 36c090f

Please sign in to comment.