From 2ed3ab0a66b467b17610658ad91c46c3318245d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Jun 2023 09:43:40 +0000 Subject: [PATCH] chore: prepare for 1.2.1 ### [1.2.1](https://github.com/customerio/customerio-flutter/compare/1.2.0...1.2.1) (2023-06-06) ### Bug Fixes * updated module name from common to CioInternalCommon ([#55](https://github.com/customerio/customerio-flutter/issues/55)) ([d81f8df](https://github.com/customerio/customerio-flutter/commit/d81f8df2f3c686f197625c77900af0862211b8e1)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5741d9..66b14e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.2.1](https://github.com/customerio/customerio-flutter/compare/1.2.0...1.2.1) (2023-06-06) + + +### Bug Fixes + +* updated module name from common to CioInternalCommon ([#55](https://github.com/customerio/customerio-flutter/issues/55)) ([d81f8df](https://github.com/customerio/customerio-flutter/commit/d81f8df2f3c686f197625c77900af0862211b8e1)) + ## [1.2.0](https://github.com/customerio/customerio-flutter/compare/1.1.2...1.2.0) (2023-06-01) diff --git a/pubspec.yaml b/pubspec.yaml index 5fd4552..2eb0045 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.2.0 +version: 1.2.1 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter