From bf70f6484d4fb117cc70555543ff9c60c4908c75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 12:27:12 +0000 Subject: [PATCH] chore: prepare for 2.4.0 ## [2.4.0](https://github.com/customerio/customerio-reactnative/compare/2.3.3...2.4.0) (2023-06-01) ### Features * dismiss in-app message ([#138](https://github.com/customerio/customerio-reactnative/issues/138)) ([55d4c62](https://github.com/customerio/customerio-reactnative/commit/55d4c6245b57a7090e0c0157996d2f43874b5297)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e69f579..e5e29b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.0](https://github.com/customerio/customerio-reactnative/compare/2.3.3...2.4.0) (2023-06-01) + + +### Features + +* dismiss in-app message ([#138](https://github.com/customerio/customerio-reactnative/issues/138)) ([55d4c62](https://github.com/customerio/customerio-reactnative/commit/55d4c6245b57a7090e0c0157996d2f43874b5297)) + ### [2.3.3](https://github.com/customerio/customerio-reactnative/compare/2.3.2...2.3.3) (2023-05-03) diff --git a/package.json b/package.json index ad626ce5..d22953dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-reactnative", - "version": "2.3.3", + "version": "2.4.0", "description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.", "main": "lib/commonjs/index", "module": "lib/module/index",