From 0b68b529e35021b0c14113091b295955cd74143a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Oct 2024 23:48:24 +0000 Subject: [PATCH] chore(release): 0.1.2 [skip ci] ## [0.1.2](https://github.com/Duell10111/ReactTube/compare/v0.1.1...v0.1.2) (2024-10-19) ### Minor changes * add github build for unsigned ipa (tvOS) and apk phone variant ([#26](https://github.com/Duell10111/ReactTube/issues/26)) ([5798f84](https://github.com/Duell10111/ReactTube/commit/5798f842fdf3be051b5a945d62c8dda2c5f85e09)) * update dependencies, multiple design adaptions for tv and phones, added some minor features like adding playlists to library and new youtube music features ([#33](https://github.com/Duell10111/ReactTube/issues/33)) ([f096a04](https://github.com/Duell10111/ReactTube/commit/f096a0494d10542a04cf60f1e831b5d7906fc074)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1159f..3969380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.2](https://github.com/Duell10111/ReactTube/compare/v0.1.1...v0.1.2) (2024-10-19) + +### Minor changes + +* add github build for unsigned ipa (tvOS) and apk phone variant ([#26](https://github.com/Duell10111/ReactTube/issues/26)) ([5798f84](https://github.com/Duell10111/ReactTube/commit/5798f842fdf3be051b5a945d62c8dda2c5f85e09)) +* update dependencies, multiple design adaptions for tv and phones, added some minor features like adding playlists to library and new youtube music features ([#33](https://github.com/Duell10111/ReactTube/issues/33)) ([f096a04](https://github.com/Duell10111/ReactTube/commit/f096a0494d10542a04cf60f1e831b5d7906fc074)) + ## [0.1.1](https://github.com/Duell10111/ReactTube/compare/v0.1.0...v0.1.1) (2024-09-21) ### Minor changes diff --git a/package-lock.json b/package-lock.json index 8b23210..3d65438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reacttube", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reacttube", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "@craftzdog/react-native-buffer": "^6.0.5", "@duell10111/apple-targets": "^0.0.6-alpha.1", diff --git a/package.json b/package.json index dc38238..833202d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reacttube", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "@craftzdog/react-native-buffer": "^6.0.5", "@duell10111/apple-targets": "^0.0.6-alpha.1",