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

Commit

Permalink
v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy Antoine committed Aug 20, 2019
1 parent 1f49f6b commit f0355b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.5",
"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 @@ -32,7 +32,8 @@
"prepack": "tsc -p tsconfig.json",
"start": "tsc -p tsconfig.json -w",
"test": "echo 'no tests'",
"semantic-release:ci": "semantic-release --no-ci"
"semantic-release:ci": "semantic-release --no-ci",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
Expand Down

0 comments on commit f0355b7

Please sign in to comment.