Skip to content

Commit

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


## [2.0.0](v1.5.0...v2.0.0)
(2024-06-05)


### ⚠ BREAKING CHANGES

* abort signal is now a separate argument from the rest of method
parameters.

### Features

* allow skipping optional method params
([#20](#20))
([8df99aa](8df99aa))

---
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] authored Jun 5, 2024
1 parent 844e0f8 commit ed18e1d
Show file tree
Hide file tree
Showing 3 changed files with 13 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.5.0"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0.0](https://github.com/phaux/tinygram/compare/v1.5.0...v2.0.0) (2024-06-05)


### ⚠ BREAKING CHANGES

* abort signal is now a separate argument from the rest of method parameters.

### Features

* allow skipping optional method params ([#20](https://github.com/phaux/tinygram/issues/20)) ([8df99aa](https://github.com/phaux/tinygram/commit/8df99aa56efc5f9ae61241c2c77e6f4360efa541))

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


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": "1.5.0"
"version": "2.0.0"
}

0 comments on commit ed18e1d

Please sign in to comment.