Skip to content

Commit 9791a91

Browse files
committed
chore: release 0.4.1-beta.0
1 parent c6e2868 commit 9791a91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodefinity/react-native-music-library",
3-
"version": "0.4.0",
3+
"version": "0.4.1-beta.0",
44
"description": "Access local music files in React Native with full metadata support.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -105,7 +105,9 @@
105105
"@commitlint/config-conventional"
106106
],
107107
"rules": {
108-
"subject-case": [0]
108+
"subject-case": [
109+
0
110+
]
109111
}
110112
},
111113
"release-it": {

0 commit comments

Comments
 (0)