From f3c199d5736f32e7d1814b346b815c6f1cc1b9f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Jul 2025 18:23:24 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # @revanced/discord-bot [1.4.0](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.3.0...@revanced/discord-bot@1.4.0) (2025-07-11) ### Bug Fixes * **bots/discord:** pass non-empty out of scope label to discord ([fbd9480](https://github.com/revanced/revanced-bots/commit/fbd948003631b48a1914eb7b2551ead4b05089b7)) ### Features * **bots/discord:** react to label classified response ([96a9b83](https://github.com/revanced/revanced-bots/commit/96a9b83c486fdc6e78f4c59e197fa6c1dab09161)) --- bots/discord/CHANGELOG.md | 12 ++++++++++++ bots/discord/package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/bots/discord/CHANGELOG.md b/bots/discord/CHANGELOG.md index e5809a1..4039a78 100644 --- a/bots/discord/CHANGELOG.md +++ b/bots/discord/CHANGELOG.md @@ -1,3 +1,15 @@ +# @revanced/discord-bot [1.4.0](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.3.0...@revanced/discord-bot@1.4.0) (2025-07-11) + + +### Bug Fixes + +* **bots/discord:** pass non-empty out of scope label to discord ([fbd9480](https://github.com/revanced/revanced-bots/commit/fbd948003631b48a1914eb7b2551ead4b05089b7)) + + +### Features + +* **bots/discord:** react to label classified response ([96a9b83](https://github.com/revanced/revanced-bots/commit/96a9b83c486fdc6e78f4c59e197fa6c1dab09161)) + # @revanced/discord-bot [1.3.0](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.2.3...@revanced/discord-bot@1.3.0) (2025-07-11) diff --git a/bots/discord/package.json b/bots/discord/package.json index 4ad1410..cbe17bc 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.3.0", + "version": "1.4.0", "description": "🤖 Discord bot assisting ReVanced", "main": "src/index.ts", "scripts": { @@ -43,4 +43,4 @@ "discord-api-types": "^0.38.15", "drizzle-kit": "^0.31.4" } -} +} \ No newline at end of file