From 5950356e8da7e706ceb672d8096960adba39d912 Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Fri, 21 Oct 2022 11:41:49 +0530 Subject: [PATCH] chore(release): bump to v0.2.3 --- .all-contributorsrc | 10 ++++++++++ CHANGELOG.md | 4 ++++ README.md | 3 ++- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ff2f99e..47f0f8f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -47,6 +47,16 @@ "bug", "code" ] + }, + { + "login": "tneotia", + "name": "Tanay Neotia", + "avatar_url": "https://avatars.githubusercontent.com/u/50850142?v=4", + "profile": "https://github.com/tneotia", + "contributions": [ + "bug", + "code" + ] } ], "contributorsPerLine": 7, diff --git a/CHANGELOG.md b/CHANGELOG.md index 621df00..310a7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.3 + + * **FIX**: encode URI and ArrayList in JSON data (#14) + ## 0.2.2 * **CHORE**: added proper lints and fixed some warnings diff --git a/README.md b/README.md index 92834d9..ec43ecb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-All Contributors +All Contributors pub.dev analysis @@ -163,6 +163,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Mateusz Soszyński

💻
Chris Tomlinson

💻
eric-nextsense

🐛 💻 +
Tanay Neotia

🐛 💻 diff --git a/pubspec.yaml b/pubspec.yaml index a53136f..735f24a 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.2 +version: 0.2.3 homepage: https://github.com/daadu/receive_intent environment: