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

Commit f0355b7

Browse files
author
Tanguy Antoine
committed
v0.10.6
1 parent 1f49f6b commit f0355b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-music-control",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "Add information on lockscreen and control playing music",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -32,7 +32,8 @@
3232
"prepack": "tsc -p tsconfig.json",
3333
"start": "tsc -p tsconfig.json -w",
3434
"test": "echo 'no tests'",
35-
"semantic-release:ci": "semantic-release --no-ci"
35+
"semantic-release:ci": "semantic-release --no-ci",
36+
"semantic-release": "semantic-release"
3637
},
3738
"devDependencies": {
3839
"@semantic-release/changelog": "^3.0.4",

0 commit comments

Comments
 (0)