Skip to content

Commit 5fce38e

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 83a2b0f commit 5fce38e

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/neat-hairs-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-youtube-bridge",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "react-native-youtube",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -94,7 +94,9 @@
9494
]
9595
},
9696
"commitlint": {
97-
"extends": ["@commitlint/config-conventional"]
97+
"extends": [
98+
"@commitlint/config-conventional"
99+
]
98100
},
99101
"react-native-builder-bob": {
100102
"source": "src",

0 commit comments

Comments
 (0)