From 3698a502c35754bcb4fa5d62ce0ccf59e07124d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Oct 2022 21:45:42 +0000 Subject: [PATCH] chore(release): 0.59.0 [skip ci] # [0.59.0](https://github.com/revanced/revanced-integrations/compare/v0.58.0...v0.59.0) (2022-10-25) ### Bug Fixes * add missing list separator ([5566cfd](https://github.com/revanced/revanced-integrations/commit/5566cfdda94988df1d54106577bb784c69f00dfb)) ### Features * `comment` patch ([#185](https://github.com/revanced/revanced-integrations/issues/185)) ([97efc17](https://github.com/revanced/revanced-integrations/commit/97efc17da7ed442516cd0d51264eeaa6d1fe15be)) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3ad29a..77dfde5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.59.0](https://github.com/revanced/revanced-integrations/compare/v0.58.0...v0.59.0) (2022-10-25) + + +### Bug Fixes + +* add missing list separator ([5566cfd](https://github.com/revanced/revanced-integrations/commit/5566cfdda94988df1d54106577bb784c69f00dfb)) + + +### Features + +* `comment` patch ([#185](https://github.com/revanced/revanced-integrations/issues/185)) ([97efc17](https://github.com/revanced/revanced-integrations/commit/97efc17da7ed442516cd0d51264eeaa6d1fe15be)) + # [0.58.0](https://github.com/revanced/revanced-integrations/compare/v0.57.0...v0.58.0) (2022-10-25) diff --git a/gradle.properties b/gradle.properties index 2f821268..5080ab76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true -version = 0.58.0 +version = 0.59.0