From 03090c2046eccaed783f3fc8f87f7e4061859067 Mon Sep 17 00:00:00 2001
From: Harsh Bhikadia
Date: Fri, 4 Feb 2022 16:59:31 +0530
Subject: [PATCH] chore(release): bump to v0.2.0
---
.all-contributorsrc | 9 +++++++++
CHANGELOG.md | 5 +++++
README.md | 5 +++--
3 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 2021074..0753021 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -28,6 +28,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "luckyrat",
+ "name": "Chris Tomlinson",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1211375?v=4",
+ "profile": "https://github.com/luckyrat",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96479da..11aac85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.2.0
+
+ * **FEAT**: allow receipt of intents with no action (#9).
+ * **FIX**: example - showing proper info for "streamed" intent
+
## [0.1.6] - 8 December 2021
* feat: `Intent.toString` implmented nicely
diff --git a/README.md b/README.md
index 2a0c12f..a53cf60 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
@@ -13,7 +13,7 @@
-
+
A Flutter plugin to pass Android Intents to the Flutter environment.
@@ -161,6 +161,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Harsh Bhikadia 🤔 💻 |
Mateusz Soszyński 💻 |
+ Chris Tomlinson 💻 |