From de12d93e455097b380c372abaec25f050c6ad1d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Nov 2022 22:16:48 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] # [1.13.0](https://github.com/revanced/revanced-discord-bot/compare/v1.12.0...v1.13.0) (2022-11-11) ### Bug Fixes * invalid escape in json value [skip ci] ([488b660](https://github.com/revanced/revanced-discord-bot/commit/488b66032c9225f5e89c26072509446548c1bc82)) * reduce amount of false positives [skip ci] ([6b65929](https://github.com/revanced/revanced-discord-bot/commit/6b65929d29207c176eff80de28f51088f3233b13)) * reduce false positives [skip ci] ([c68b8c0](https://github.com/revanced/revanced-discord-bot/commit/c68b8c02c1700a009193ddf869cd372821f5aeb0)) ### Features * **mute:** add translator role to `take` list ([#33](https://github.com/revanced/revanced-discord-bot/issues/33)) ([7807db2](https://github.com/revanced/revanced-discord-bot/commit/7807db2c41da490f9842130756294d42adc88e1e)) * response for official links ([2b00d80](https://github.com/revanced/revanced-discord-bot/commit/2b00d8012c87f845b692168dc83eb55e54118156)) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e941d..f57a687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.13.0](https://github.com/revanced/revanced-discord-bot/compare/v1.12.0...v1.13.0) (2022-11-11) + + +### Bug Fixes + +* invalid escape in json value [skip ci] ([488b660](https://github.com/revanced/revanced-discord-bot/commit/488b66032c9225f5e89c26072509446548c1bc82)) +* reduce amount of false positives [skip ci] ([6b65929](https://github.com/revanced/revanced-discord-bot/commit/6b65929d29207c176eff80de28f51088f3233b13)) +* reduce false positives [skip ci] ([c68b8c0](https://github.com/revanced/revanced-discord-bot/commit/c68b8c02c1700a009193ddf869cd372821f5aeb0)) + + +### Features + +* **mute:** add translator role to `take` list ([#33](https://github.com/revanced/revanced-discord-bot/issues/33)) ([7807db2](https://github.com/revanced/revanced-discord-bot/commit/7807db2c41da490f9842130756294d42adc88e1e)) +* response for official links ([2b00d80](https://github.com/revanced/revanced-discord-bot/commit/2b00d8012c87f845b692168dc83eb55e54118156)) + # [1.12.0](https://github.com/revanced/revanced-discord-bot/compare/v1.11.2...v1.12.0) (2022-11-07)