Skip to content

Commit

Permalink
feat: update to v0.64.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperez9430 committed Oct 25, 2023
1 parent 12d4d25 commit 5385d41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5385d41

Please sign in to comment.