From ed129d2b1b3e6d2830f758ae07b987cf451aa817 Mon Sep 17 00:00:00 2001 From: "korpobot[bot]" <167005483+korpobot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:24:47 +0200 Subject: [PATCH] chore(main): release 2.1.0 (#23) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/phaux/tinygram/compare/v2.0.0...v2.1.0) (2024-06-23) ### Features * update Bot API types to 7.5 ([#22](https://github.com/phaux/tinygram/issues/22)) ([6700169](https://github.com/phaux/tinygram/commit/6700169a2cdce11c7d488106fdb67cef51403b13)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: korpobot[bot] <167005483+korpobot[bot]@users.noreply.github.com> --- .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 895bf0e..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6364a..d5e93a2 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.1.0](https://github.com/phaux/tinygram/compare/v2.0.0...v2.1.0) (2024-06-23) + + +### Features + +* update Bot API types to 7.5 ([#22](https://github.com/phaux/tinygram/issues/22)) ([6700169](https://github.com/phaux/tinygram/commit/6700169a2cdce11c7d488106fdb67cef51403b13)) + ## [2.0.0](https://github.com/phaux/tinygram/compare/v1.5.0...v2.0.0) (2024-06-05) diff --git a/deno.json b/deno.json index ec5f649..fa280af 100644 --- a/deno.json +++ b/deno.json @@ -49,5 +49,5 @@ "dnt": "deno run -A https://deno.land/x/dntx@v0.5.0/mod.ts -n tinygram --no-script-module --declaration separate", "test": "rm -rf coverage && deno test --doc --coverage && deno coverage --lcov --output=coverage/lcov.info && deno check mod.ts && deno check generateTgApi.ts && deno lint" }, - "version": "2.0.0" + "version": "2.1.0" }