diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2b5d05..9b00c1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.0-beta.14](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.13...1.0.0-beta.14) (2024-02-12) + + +### Features + +* automatically handle push click events and increase compatibility with 3rd party push modules ([#112](https://github.com/customerio/customerio-expo-plugin/issues/112)) ([a67e345](https://github.com/customerio/customerio-expo-plugin/commit/a67e3454bd5510dea122c8e027b87707af4d5104)) + ## [1.0.0-beta.13](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.12...1.0.0-beta.13) (2023-08-07) diff --git a/package.json b/package.json index 622499a3..28fd9357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-expo-plugin", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "description": "Expo config plugin for the Customer IO React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index",