From acbae7766d51e81e03edea87963cca5e7657766b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 17:00:41 +0000 Subject: [PATCH] chore: prepare for 1.5.0 ## [1.5.0](https://github.com/customerio/customerio-flutter/compare/1.4.0...1.5.0) (2024-07-02) ### Features * do not show modal message if screen changes and page rule mismatches ([#131](https://github.com/customerio/customerio-flutter/issues/131)) ([a563055](https://github.com/customerio/customerio-flutter/commit/a5630555e34668a10c299a1b22f59afcc46217e9)) --- CHANGELOG.md | 6 ++++++ lib/customer_io_plugin_version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fe178..1eae508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.0](https://github.com/customerio/customerio-flutter/compare/1.4.0...1.5.0) (2024-07-02) + +### Features + +* do not show modal message if screen changes and page rule mismatches ([#131](https://github.com/customerio/customerio-flutter/issues/131)) ([a563055](https://github.com/customerio/customerio-flutter/commit/a5630555e34668a10c299a1b22f59afcc46217e9)) + ## [1.4.0](https://github.com/customerio/customerio-flutter/compare/1.3.2...1.4.0) (2024-04-18) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 8b193a7..056ec08 100755 --- a/lib/customer_io_plugin_version.dart +++ b/lib/customer_io_plugin_version.dart @@ -1,2 +1,2 @@ // Don't modify this line - it's automatically updated -const version = "1.4.0"; +const version = "1.5.0"; diff --git a/pubspec.yaml b/pubspec.yaml index 6914095..c787e40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: customer_io description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers. -version: 1.4.0 +version: 1.5.0 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter