Skip to content

Commit

Permalink
chore(main): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korpobot[bot] committed Jun 2, 2024
1 parent 43c6044 commit c35cd87
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 @@
{
".": "1.4.0"
".": "1.5.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.

## [1.5.0](https://github.com/phaux/tinygram/compare/v1.4.0...v1.5.0) (2024-06-02)


### Features

* update Bot API types to 7.4 ([#17](https://github.com/phaux/tinygram/issues/17)) ([43c6044](https://github.com/phaux/tinygram/commit/43c60448ce557ab48014a0ceff75049cb1550c93))

## [1.4.0](https://github.com/phaux/tinygram/compare/v1.3.0...v1.4.0) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,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 --coverage && deno coverage --lcov --output=coverage/lcov.info && deno check mod.ts && deno check generateTgApi.ts && deno lint"
},
"version": "1.4.0"
"version": "1.5.0"
}

0 comments on commit c35cd87

Please sign in to comment.