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.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.10.5](v0.10.4...v0.10.5) (2019-07-10)

### Bug Fixes

* **android:** error can't find symbol Notification ([b572320](b572320))
* **android:** migrate support libraries to androidx ([260f720](260f720)), closes [#280](#280)
* **package.json:** remove unused rnpm object to fix warning in RN 0.60 ([fc48d40](fc48d40))
* bump version ([9e6991a](9e6991a))
* bump version ([3fccd12](3fccd12))
  • Loading branch information
semantic-release-bot committed Jul 10, 2019
1 parent 9e6991a commit ecfd084
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.10.5](https://github.com/tanguyantoine/react-native-music-control/compare/v0.10.4...v0.10.5) (2019-07-10)


### Bug Fixes

* **android:** error can't find symbol Notification ([b572320](https://github.com/tanguyantoine/react-native-music-control/commit/b572320))
* **android:** migrate support libraries to androidx ([260f720](https://github.com/tanguyantoine/react-native-music-control/commit/260f720)), closes [#280](https://github.com/tanguyantoine/react-native-music-control/issues/280)
* **package.json:** remove unused rnpm object to fix warning in RN 0.60 ([fc48d40](https://github.com/tanguyantoine/react-native-music-control/commit/fc48d40))
* bump version ([9e6991a](https://github.com/tanguyantoine/react-native-music-control/commit/9e6991a))
* bump version ([3fccd12](https://github.com/tanguyantoine/react-native-music-control/commit/3fccd12))

## [0.10.4](https://github.com/tanguyantoine/react-native-music-control/compare/v0.10.3...v0.10.4) (2019-05-24)


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.10.4",
"version": "0.10.5",
"description": "Add information on lockscreen and control playing music",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit ecfd084

Please sign in to comment.