Skip to content

Commit f3c199d

Browse files
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](fbd9480)) ### Features * **bots/discord:** react to label classified response ([96a9b83](96a9b83))
1 parent 42c0fac commit f3c199d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

bots/discord/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# @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)
2+
3+
4+
### Bug Fixes
5+
6+
* **bots/discord:** pass non-empty out of scope label to discord ([fbd9480](https://github.com/revanced/revanced-bots/commit/fbd948003631b48a1914eb7b2551ead4b05089b7))
7+
8+
9+
### Features
10+
11+
* **bots/discord:** react to label classified response ([96a9b83](https://github.com/revanced/revanced-bots/commit/96a9b83c486fdc6e78f4c59e197fa6c1dab09161))
12+
113
# @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)
214

315

bots/discord/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@revanced/discord-bot",
33
"type": "module",
44
"private": true,
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"description": "🤖 Discord bot assisting ReVanced",
77
"main": "src/index.ts",
88
"scripts": {
@@ -43,4 +43,4 @@
4343
"discord-api-types": "^0.38.15",
4444
"drizzle-kit": "^0.31.4"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)