Skip to content

Commit 37a02e3

Browse files
chore: prepare for 1.2.7
## [1.2.7](1.2.6...1.2.7) (2023-10-18) ### Bug Fixes * in-app crash for no browser ([#94](#94)) ([8b859ed](8b859ed))
1 parent 8b859ed commit 37a02e3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.7](https://github.com/customerio/customerio-flutter/compare/1.2.6...1.2.7) (2023-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* in-app crash for no browser ([#94](https://github.com/customerio/customerio-flutter/issues/94)) ([8b859ed](https://github.com/customerio/customerio-flutter/commit/8b859eddf383c1a195767eb87cf6513bb81ac44c))
7+
18
## [1.2.6](https://github.com/customerio/customerio-flutter/compare/1.2.5...1.2.6) (2023-09-28)
29

310

lib/customer_io_plugin_version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Don't modify this line - it's automatically updated
2-
const version = "1.2.6";
2+
const version = "1.2.7";

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: customer_io
22
description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers.
3-
version: 1.2.6
3+
version: 1.2.7
44
homepage: https://customer.io
55
repository: https://github.com/customerio/customerio-flutter
66

0 commit comments

Comments
 (0)