From 5385d41f1f0cc0b36faaea6864a9af05a5814c55 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 25 Oct 2023 12:41:41 +0200 Subject: [PATCH] feat: update to v0.64.0 version --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7ebb8..53eabba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4686593..b1d552d 100644 --- a/package.json +++ b/package.json @@ -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": {