Skip to content

Commit 717fefe

Browse files
chore(release): 🔖 bump version to 2.4.2
## [2.4.2](v2.4.1...v2.4.2) (2025-11-19) ### Bug Fixes * **reaction:** move reaction constants to a separate module and update reaction handling logic ([e137121](e137121))
1 parent e137121 commit 717fefe

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.2](https://github.com/cs-internship/CS-Club-Bot/compare/v2.4.1...v2.4.2) (2025-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **reaction:** move reaction constants to a separate module and update reaction handling logic ([e137121](https://github.com/cs-internship/CS-Club-Bot/commit/e1371216083b2c9446db2349f0a12c407a648208))
7+
18
## [2.4.1](https://github.com/cs-internship/CS-Club-Bot/compare/v2.4.0...v2.4.1) (2025-11-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cs-club-bot",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Automated Telegram bot for CS internship clubs, with feedback system and AI-driven analysis.",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)