Skip to content

Commit

Permalink
✨ Plugin info and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySreelal committed Jun 25, 2024
1 parent f3bd370 commit bb71548
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.19.3

- Changed return type of the `Transformer.transform` from
`FutureOr<Map<String, dynamic>>` to `Future<Map<String, dynamic>>` because
it'll always have to return a Future.
- Minor type adjustment on the `typedef PayloadFiles`.
- ✨ Two new plugins are released for Televerse:
[auto_chat_action](https://pub.dev/packages/auto_chat_action) and
[parse_mode_setter](https://pub.dev/packages/parse_mode_setter)

# 1.19.2

- ⚠️ Changed the `Transformer.transform` method definition.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: televerse
description: Televerse lets you create your own efficient Telegram bots with ease in Dart. Supports latest Telegram Bot API - 7.5!
version: 1.19.2
version: 1.19.3
homepage: https://github.com/HeySreelal/televerse
topics:
- telegram
Expand Down

0 comments on commit bb71548

Please sign in to comment.