mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-29 05:17:41 +00:00
feat: update to v0.64.0 version
This commit is contained in:
parent
12d4d25af4
commit
5385d41f1f
@ -3,7 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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)
|
1. Support Telegram Bot API v6.8 (@danielperez9430)
|
||||||
* unpinAllGeneralForumTopicMessages
|
* unpinAllGeneralForumTopicMessages
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-telegram-bot-api",
|
"name": "node-telegram-bot-api",
|
||||||
"version": "0.63.0",
|
"version": "0.64.0",
|
||||||
"description": "Telegram Bot API",
|
"description": "Telegram Bot API",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user