2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 21:07:39 +00:00

feat: update to v0.64.0 version

This commit is contained in:
Daniel 2023-10-25 12:41:41 +02:00
parent 12d4d25af4
commit 5385d41f1f
2 changed files with 9 additions and 2 deletions

View File

@ -3,7 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.63.0][0.61.0] - 2023-08-23
## [0.64.0][0.64.0] - 2023-10-25
1. Replace `request` with a maintained version (@danielperez9430)
* Change `request` to `@cypress/request`
* Change `request-promise` to `@cypress/request-promise`
## [0.63.0][0.63.0] - 2023-08-23
1. Support Telegram Bot API v6.8 (@danielperez9430)
* unpinAllGeneralForumTopicMessages

View File

@ -1,6 +1,6 @@
{
"name": "node-telegram-bot-api",
"version": "0.63.0",
"version": "0.64.0",
"description": "Telegram Bot API",
"main": "./index.js",
"directories": {