Skip to content

Commit

Permalink
chore: prepare for 1.3.0
Browse files Browse the repository at this point in the history
## [1.3.0](1.2.7...1.3.0) (2023-10-25)

### Features

* in-app message persistence ([#97](#97)) ([71d85cc](71d85cc))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 71d85cc commit a114078
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.0](https://github.com/customerio/customerio-flutter/compare/1.2.7...1.3.0) (2023-10-25)


### Features

* in-app message persistence ([#97](https://github.com/customerio/customerio-flutter/issues/97)) ([71d85cc](https://github.com/customerio/customerio-flutter/commit/71d85cc4ce25a37399a68afda975abea19bfccc1))

## [1.2.7](https://github.com/customerio/customerio-flutter/compare/1.2.6...1.2.7) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "1.2.7";
const version = "1.3.0";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.7
version: 1.3.0
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit a114078

Please sign in to comment.