From ee59c8f9c64fb7c1be73dce3610592bfcaf22700 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 May 2023 10:35:57 +0000 Subject: [PATCH] chore: prepare for 2.3.3 ### [2.3.3](https://github.com/customerio/customerio-reactnative/compare/2.3.2...2.3.3) (2023-05-03) ### Bug Fixes * autoupdate to latest major version of iOS SDK ([#124](https://github.com/customerio/customerio-reactnative/issues/124)) ([7904c50](https://github.com/customerio/customerio-reactnative/commit/7904c5079df06776e603b9741bd8831170724041)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496420c9..4e69f579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.3.3](https://github.com/customerio/customerio-reactnative/compare/2.3.2...2.3.3) (2023-05-03) + + +### Bug Fixes + +* autoupdate to latest major version of iOS SDK ([#124](https://github.com/customerio/customerio-reactnative/issues/124)) ([7904c50](https://github.com/customerio/customerio-reactnative/commit/7904c5079df06776e603b9741bd8831170724041)) + ### [2.3.2](https://github.com/customerio/customerio-reactnative/compare/2.3.1...2.3.2) (2023-04-20) diff --git a/package.json b/package.json index 6163cd21..8b823df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-reactnative", - "version": "2.3.2", + "version": "2.3.3", "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",