From a7c38a70041be632934049ea71b5969f004e1c0c Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Sun, 28 Aug 2022 22:34:18 +0530 Subject: [PATCH] chore(release): bump to v0.2.2 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd85eb..621df00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.2 + + * **CHORE**: added proper lints and fixed some warnings + * **DOCS**: some API docs + * **DOCS**: fix badge links + ## 0.2.1 * **FIX**: fix(android): update android tools versions (#12) diff --git a/pubspec.yaml b/pubspec.yaml index 0712bce..a53136f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_intent description: Flutter plugin for passing Android Intents to the Flutter environment. -version: 0.2.1 +version: 0.2.2 homepage: https://github.com/daadu/receive_intent environment: