We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a2b0f commit 5fce38eCopy full SHA for 5fce38e
.changeset/neat-hairs-train.md
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# react-native-youtube-bridge
2
+
3
+## 0.1.0
4
5
+### Minor Changes
6
7
+- 83a2b0f: feat: 🎉 Initial Release react-native-youtube-bridge v0.1.0
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-youtube-bridge",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "react-native-youtube",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
@@ -94,7 +94,9 @@
94
]
95
},
96
"commitlint": {
97
- "extends": ["@commitlint/config-conventional"]
+ "extends": [
98
+ "@commitlint/config-conventional"
99
+ ]
100
101
"react-native-builder-bob": {
102
"source": "src",
0 commit comments