From b4a5c6254914b279ec510bb44ceaba479ea4fdf1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 May 2025 16:11:20 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## @revanced/discord-bot [1.2.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.2.0...@revanced/discord-bot@1.2.1) (2025-05-02) ### Bug Fixes * **bots/discord:** fix timeout overflow check for role presets ([495f686](https://github.com/revanced/revanced-bots/commit/495f686292ebdcf51902c1dc75ac1510d7fdbd9c)) --- bots/discord/CHANGELOG.md | 7 +++++++ bots/discord/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index ca61611..a594d88 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +## @revanced/discord-bot [1.2.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.2.0...@revanced/discord-bot@1.2.1) (2025-05-02) + + +### Bug Fixes + +* **bots/discord:** fix timeout overflow check for role presets ([495f686](https://github.com/revanced/revanced-bots/commit/495f686292ebdcf51902c1dc75ac1510d7fdbd9c)) + # @revanced/discord-bot [1.2.0](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.1.2...@revanced/discord-bot@1.2.0) (2025-05-02) diff --git a/bots/discord/package.json b/bots/discord/package.json index 4463486..5aaefd6 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -2,7 +2,7 @@ "name": "@revanced/discord-bot", "type": "module", "private": true, - "version": "1.2.0", + "version": "1.2.1", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": {