Skip to content

Commit d73796f

Browse files
chore(release): 🔖 bump version to 2.8.2
## [2.8.2](v2.8.1...v2.8.2) (2025-12-18) ### Bug Fixes * reduce max_tokens from 2000 to 1800 for shorter answers that hopefully could fit in one telegram message ([33de3a6](33de3a6))
1 parent 33de3a6 commit d73796f

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.8.2](https://github.com/cs-internship/CS-Club-Bot/compare/v2.8.1...v2.8.2) (2025-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* reduce max_tokens from 2000 to 1800 for shorter answers that hopefully could fit in one telegram message ([33de3a6](https://github.com/cs-internship/CS-Club-Bot/commit/33de3a6a06d7b5266d16b142b31dc183a5916d20))
7+
18
## [2.8.1](https://github.com/cs-internship/CS-Club-Bot/compare/v2.8.0...v2.8.1) (2025-12-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.8.1",
3+
"version": "2.8.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)