diff --git a/.changeset/neat-hairs-train.md b/.changeset/neat-hairs-train.md deleted file mode 100644 index fef927c..0000000 --- a/.changeset/neat-hairs-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-youtube-bridge": minor ---- - -feat: 🎉 Initial Release react-native-youtube-bridge v0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..38c19f5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-native-youtube-bridge + +## 0.1.0 + +### Minor Changes + +- 83a2b0f: feat: 🎉 Initial Release react-native-youtube-bridge v0.1.0 diff --git a/package.json b/package.json index e0c8fdc..07fbd30 100644 --- a/package.json +++ b/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 @@ ] }, "commitlint": { - "extends": ["@commitlint/config-conventional"] + "extends": [ + "@commitlint/config-conventional" + ] }, "react-native-builder-bob": { "source": "src",