Skip to content

Commit 73aafad

Browse files
🔖 release(version): 3.1.6
## [3.1.6](v3.1.5...v3.1.6) (2025-10-26) ### Bug Fixes * correct syntax for Telegram message formatting ([cb0920b](cb0920b)) * enhance username detection tests with time constraints and error handling ([7c1083c](7c1083c))
1 parent 7c1083c commit 73aafad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.6](https://github.com/cs-internship/CS-Queue-Bot/compare/v3.1.5...v3.1.6) (2025-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* correct syntax for Telegram message formatting ([cb0920b](https://github.com/cs-internship/CS-Queue-Bot/commit/cb0920b625efe6ddf163e6f945a7289a15f37a91))
7+
* enhance username detection tests with time constraints and error handling ([7c1083c](https://github.com/cs-internship/CS-Queue-Bot/commit/7c1083c9b71d119e7a85b6e480278738f9d012ad))
8+
19
## [3.1.5](https://github.com/cs-internship/CS-Queue-Bot/compare/v3.1.4...v3.1.5) (2025-10-24)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cs-queue-bot",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Automated Telegram bot for managing the CS Internship queue group, with Azure DevOps integration.",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)