From 07bd7a62ebbd8399168c3628f5e926ef4f13fc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8E?= <‎> Date: Fri, 17 Jan 2025 06:13:00 +0700 Subject: [PATCH] update dependencies and add support wasm compile --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d21315..63ae785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.6 + +- New Version 0.0.6 +- Add Support Wasm +- Update Dependencies ## 0.0.5 - New Version 0.0.5 diff --git a/pubspec.yaml b/pubspec.yaml index 7b7424e..ca4267f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: 'telegraph' description: 'Telegraph Dart Library For interact with api telegraph.' -version: '0.0.5' +version: '0.0.6' repository: 'https://github.com/azkadev/telegraph.git' homepage: 'https://youtube.com/@azkadev' issue_tracker: 'https://github.com/azkadev/telegraph.git' environment: sdk: '>=3.6.0 <4.0.0' dependencies: - general_lib: '^0.0.61' + general_lib: '^0.0.62' http: '^1.2.2' http_parser: '^4.0.2' markdown: '^7.2.2'