From 02e24eed70d15b70157b05e83caa4b9405048459 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 May 2025 15:57:06 +0000 Subject: [PATCH] chore(release): 1.1.3-dev.1 [skip ci] ## @revanced/discord-bot [1.1.3-dev.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.1.2...@revanced/discord-bot@1.1.3-dev.1) (2025-05-02) ### Bug Fixes * **bots/discord:** fix timeout overflow check for role presets ([9d7bd32](https://github.com/revanced/revanced-bots/commit/9d7bd3286ad0ad4bdccda6a6c34788bdc53a8fd4)) --- 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 4505b15..f2e72b5 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,10 @@ +## @revanced/discord-bot [1.1.3-dev.1](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.1.2...@revanced/discord-bot@1.1.3-dev.1) (2025-05-02) + + +### Bug Fixes + +* **bots/discord:** fix timeout overflow check for role presets ([9d7bd32](https://github.com/revanced/revanced-bots/commit/9d7bd3286ad0ad4bdccda6a6c34788bdc53a8fd4)) + ## @revanced/discord-bot [1.1.2](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.1.1...@revanced/discord-bot@1.1.2) (2025-04-16) diff --git a/bots/discord/package.json b/bots/discord/package.json index 21cd5b1..54a3946 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.1.2", + "version": "1.1.3-dev.1", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": {