Skip to content

Commit fc4e0f7

Browse files
chore(release): 🔖 bump version to 2.10.0
# [2.10.0](v2.9.0...v2.10.0) (2026-01-01) ### Features * implement base64 image conversion and update related tests; remove unused options creation test ([95cb338](95cb338)) * implement formatErrorForClubs utility for structured error reporting ([d3deb9f](d3deb9f)) * improve message processing flow; add logging for response chunks and refactor processing message handling ([2ec86c5](2ec86c5)) * refactor message processing to use processMessage function; enhance error handling and chunk reply logic ([cf8c423](cf8c423))
1 parent cf04f9e commit fc4e0f7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.10.0](https://github.com/cs-internship/CS-Club-Bot/compare/v2.9.0...v2.10.0) (2026-01-01)
2+
3+
4+
### Features
5+
6+
* implement base64 image conversion and update related tests; remove unused options creation test ([95cb338](https://github.com/cs-internship/CS-Club-Bot/commit/95cb3387d6246d56a76176eabc3eb5439e9a82d3))
7+
* implement formatErrorForClubs utility for structured error reporting ([d3deb9f](https://github.com/cs-internship/CS-Club-Bot/commit/d3deb9f38edda56a4b59d892a687210338a5e2fc))
8+
* improve message processing flow; add logging for response chunks and refactor processing message handling ([2ec86c5](https://github.com/cs-internship/CS-Club-Bot/commit/2ec86c5a6beb6e22399df8db014dff4b0c398a21))
9+
* refactor message processing to use processMessage function; enhance error handling and chunk reply logic ([cf8c423](https://github.com/cs-internship/CS-Club-Bot/commit/cf8c42346d4f159f3797cf261d11e098da891e8e))
10+
111
# [2.9.0](https://github.com/cs-internship/CS-Club-Bot/compare/v2.8.2...v2.9.0) (2025-12-20)
212

313

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.9.0",
3+
"version": "2.10.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)