From 63dfdc7b0d30d90b1a48af0cbe2e7bbbdd636a91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 20:49:17 +0000 Subject: [PATCH] chore(release): 2.227.0-dev.17 [skip ci] # [2.227.0-dev.17](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.16...v2.227.0-dev.17) (2024-07-09) ### Features * **YouTube - Settings:** Make `InsertPosition` case-insensitive and interchangeable between Setting name and Setting key ([#713](https://github.com/anddea/revanced-patches/issues/713)) ([269dc50](https://github.com/anddea/revanced-patches/commit/269dc50f707e6e15ff95a956dad34b4151860649)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3580dc6c8..ecb1ec48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.227.0-dev.17](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.16...v2.227.0-dev.17) (2024-07-09) + + +### Features + +* **YouTube - Settings:** Make `InsertPosition` case-insensitive and interchangeable between Setting name and Setting key ([#713](https://github.com/anddea/revanced-patches/issues/713)) ([269dc50](https://github.com/anddea/revanced-patches/commit/269dc50f707e6e15ff95a956dad34b4151860649)) + # [2.227.0-dev.16](https://github.com/anddea/revanced-patches/compare/v2.227.0-dev.15...v2.227.0-dev.16) (2024-07-07) diff --git a/gradle.properties b/gradle.properties index 540ff0582..f245a9174 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 2.227.0-dev.16 +version = 2.227.0-dev.17