From 46d650265d14da31d65ad97009f1d77eeb1c47f8 Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Sun, 20 Jun 2021 13:14:57 +0530 Subject: [PATCH] bump to v0.1.5 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b30c8..8954ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.5] - 20 June 2021 + +* fix: `handleIntent`: null check added for `Intent.categories` + ## [0.1.4] - 18 June 2021 * fix: convert `intent.categories` to `List` diff --git a/pubspec.yaml b/pubspec.yaml index bdb8e3f..a0e5d1e 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.1.4 +version: 0.1.5 homepage: https://github.com/daadu/receive_intent authors: - Harsh Bhikadia