diff --git a/CHANGELOG.md b/CHANGELOG.md index ac13ef7..be2774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.0-beta.17](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.16...1.0.0-beta.17) (2024-11-21) + +### Features + +* bumped iOS deployment target for compatibility with Expo SDK 52 ([#156](https://github.com/customerio/customerio-expo-plugin/issues/156)) ([086b336](https://github.com/customerio/customerio-expo-plugin/commit/086b33679fc49978cc1256a91e66de6da582c9b0)) + ## [1.0.0-beta.16](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.15...1.0.0-beta.16) (2024-10-25) ### Bug Fixes diff --git a/package.json b/package.json index fd32d1e..c2d7339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-expo-plugin", - "version": "1.0.0-beta.16", + "version": "1.0.0-beta.17", "description": "Expo config plugin for the Customer IO React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index",