Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#23)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.1.0](v2.0.0...v2.1.0)
(2024-06-23)


### Features

* update Bot API types to 7.5
([#22](#22))
([6700169](6700169))

---
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>
  • Loading branch information
korpobot[bot] committed Jun 23, 2024
1 parent 6700169 commit ed129d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit ed129d2

Please sign in to comment.