Skip to content

Commit 5d95b43

Browse files
committed
release: v0.67.0
1 parent 8208490 commit 5d95b43

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][Unreleased]
77

8+
## [0.67.0][0.67.0] - 2025-12-13
9+
810
Added:
911

1012
1. Support Telegram Bot API v7.4 (by @danielperez9430)
@@ -575,4 +577,5 @@ Fixed:
575577
[0.65.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.65.0
576578
[0.65.1]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.65.1
577579
[0.66.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.66.0
578-
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.66.0...master
580+
[0.67.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.67.0
581+
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.67.0...master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-telegram-bot-api",
3-
"version": "0.68.0",
3+
"version": "0.67.0",
44
"description": "Telegram Bot API",
55
"main": "./index.js",
66
"directories": {

0 commit comments

Comments
 (0)