Skip to content

Commit 798c7ca

Browse files
committed
chore(release): bump to v0.1.6
1 parent e38c55c commit 798c7ca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.6] - 8 December 2021
2+
3+
* feat: `Intent.toString` implmented nicely
4+
15
## [0.1.5] - 20 June 2021
26

37
* fix: `handleIntent`: null check added for `Intent.categories`

pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: receive_intent
22
description: Flutter plugin for passing Android Intents to the Flutter environment.
3-
version: 0.1.5
3+
version: 0.1.6
44
homepage: https://github.com/daadu/receive_intent
5-
authors:
6-
- Harsh Bhikadia <[email protected]>
75

86
environment:
97
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)