From 1c9d3710478912abcae22c597ba36a0d492a536d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Oct 2024 14:01:32 +0000 Subject: [PATCH] chore: Release v1.16.1-dev.1 [skip ci] ## [1.16.1-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.16.0...v1.16.1-dev.1) (2024-10-20) ### Bug Fixes * **YouTube - Hide layout components:** Hide new kind of community post ([#711](https://github.com/ReVanced/revanced-integrations/issues/711)) ([9ffdfc3](https://github.com/ReVanced/revanced-integrations/commit/9ffdfc37630288eb1383446e38c5bf0d9317bc12)) * **YouTube - Hide seekbar:** Hide 19.34+ gradient seekbar ([e3975cf](https://github.com/ReVanced/revanced-integrations/commit/e3975cfc3ac703eb972f68528a99c92457276815)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b75564746..c524c62161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.16.1-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.16.0...v1.16.1-dev.1) (2024-10-20) + + +### Bug Fixes + +* **YouTube - Hide layout components:** Hide new kind of community post ([#711](https://github.com/ReVanced/revanced-integrations/issues/711)) ([9ffdfc3](https://github.com/ReVanced/revanced-integrations/commit/9ffdfc37630288eb1383446e38c5bf0d9317bc12)) +* **YouTube - Hide seekbar:** Hide 19.34+ gradient seekbar ([e3975cf](https://github.com/ReVanced/revanced-integrations/commit/e3975cfc3ac703eb972f68528a99c92457276815)) + # [1.16.0](https://github.com/ReVanced/revanced-integrations/compare/v1.15.0...v1.16.0) (2024-10-20) diff --git a/gradle.properties b/gradle.properties index 6ad32f29ed..5a83345f76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.16.0 +version = 1.16.1-dev.1