From 1bef0760352178d647c587bb32f4b895cf8d4a05 Mon Sep 17 00:00:00 2001 From: "korpobot[bot]" <167005483+korpobot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:34:20 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 449121c..2d89ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.5.0](https://github.com/phaux/tinygram/compare/v2.4.0...v2.5.0) (2024-09-07) + + +### Features + +* update Bot API types to Bot API 7.10 ([#33](https://github.com/phaux/tinygram/issues/33)) ([8cf03ab](https://github.com/phaux/tinygram/commit/8cf03abaa1ce6b964705318d52acf6f4ada3025b)) + ## [2.4.0](https://github.com/phaux/tinygram/compare/v2.3.0...v2.4.0) (2024-08-31) diff --git a/deno.json b/deno.json index 81d9e0c..8d374c6 100644 --- a/deno.json +++ b/deno.json @@ -50,5 +50,5 @@ "test": "rm -rf coverage && deno test --doc --coverage --allow-read && deno coverage --lcov --output=coverage/lcov.info && deno check mod.ts && deno check generateTgApi.ts && deno lint", "snapshot": "deno test --allow-read --allow-write=. -- --update" }, - "version": "2.4.0" + "version": "2.5.0" }