From dc5d5d41f14fc8fdb145f557501c6eb6459ced82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 11:33:19 +0000 Subject: [PATCH] chore: prepare for 1.0.0-beta.10 ## [1.0.0-beta.10](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.9...1.0.0-beta.10) (2023-06-01) ### Bug Fixes * xcode race condition fix ([#76](https://github.com/customerio/customerio-expo-plugin/issues/76)) ([ff136ba](https://github.com/customerio/customerio-expo-plugin/commit/ff136ba21e08c4b63a17ad298c8fd71934108efc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b73577..ef86552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.0-beta.10](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.9...1.0.0-beta.10) (2023-06-01) + + +### Bug Fixes + +* xcode race condition fix ([#76](https://github.com/customerio/customerio-expo-plugin/issues/76)) ([ff136ba](https://github.com/customerio/customerio-expo-plugin/commit/ff136ba21e08c4b63a17ad298c8fd71934108efc)) + ## [1.0.0-beta.9](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.8...1.0.0-beta.9) (2023-05-17) diff --git a/package.json b/package.json index dfa5b2e..5c79cdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-expo-plugin", - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "description": "Expo config plugin for the Customer IO React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index",