Skip to content

Commit

Permalink
release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 26, 2024
1 parent da6053e commit 2ad7f70
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Visit the link above to see all unreleased changes.

[comment]: # (Insert new version after this line)

## [0.2.0](https://github.com/cinnabar-forge/cinnagram/releases/tag/v0.2.0) — 2024-07-26

- add deleteTelegramMessage function ([0cf2253])
- add doTelegramApiAction ([da6053e])
- add markdownV2 to sendTelegramMessage mode ([8d20704])
- add sendTelegramDocument function ([0cf2253])
- fix sendTelegramMessage ([da6053e])
- improve code ([8d20704])

[da6053e]: https://github.com/cinnabar-forge/cinnagram/commit/da6053e
[8d20704]: https://github.com/cinnabar-forge/cinnagram/commit/8d20704
[0cf2253]: https://github.com/cinnabar-forge/cinnagram/commit/0cf2253


## [0.1.0](https://github.com/cinnabar-forge/cinnagram/releases/tag/v0.1.0) — 2024-07-23

- add sendTelegramMessage function ([5f652ab])
Expand All @@ -18,4 +32,4 @@ Visit the link above to see all unreleased changes.
[5f652ab]: https://github.com/cinnabar-forge/cinnagram/commit/5f652ab


[unreleased]: https://github.com/cinnabar-forge/cinnagram/compare/v0.1.0...HEAD
[unreleased]: https://github.com/cinnabar-forge/cinnagram/compare/v0.2.0...HEAD
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.1.0",
"timestamp": 1721769169
"latest": "0.2.0",
"timestamp": 1721990618
},
"files": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cinnagram",
"version": "0.1.0",
"version": "0.2.0",
"description": "Simple Telegram API handler",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ad7f70

Please sign in to comment.