Skip to content

Commit c8b3924

Browse files
chore(release): 🔖 bump version to 2.6.0
# [2.6.0](v2.5.0...v2.6.0) (2025-11-25) ### Features * **eslint:** add check script to run lint, test, and format checks; update dependencies and add .dockerignore ([221c5e4](221c5e4))
1 parent f3c2fd3 commit c8b3924

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.6.0](https://github.com/cs-internship/CS-Club-Bot/compare/v2.5.0...v2.6.0) (2025-11-25)
2+
3+
4+
### Features
5+
6+
* **eslint:** add check script to run lint, test, and format checks; update dependencies and add .dockerignore ([221c5e4](https://github.com/cs-internship/CS-Club-Bot/commit/221c5e4650e68ef1468a89f7c27a407c4539e247))
7+
18
# [2.5.0](https://github.com/cs-internship/CS-Club-Bot/compare/v2.4.2...v2.5.0) (2025-11-25)
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.5.0",
3+
"version": "2.6.0",
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)