diff --git a/.changeset/two-numbers-brush.md b/.changeset/two-numbers-brush.md deleted file mode 100644 index 094af63a..00000000 --- a/.changeset/two-numbers-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-conviva': patch ---- - -Fixed an issue on iOS where the native ios connector version was locked to 10.8 patch updates. diff --git a/conviva/CHANGELOG.md b/conviva/CHANGELOG.md index 5b88946b..5242d517 100644 --- a/conviva/CHANGELOG.md +++ b/conviva/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-conviva +## 1.13.1 + +### 🐛 Issues + +- Fixed an issue on iOS where the native ios connector version was locked to 10.8 patch updates. + ## 1.13.0 ### ✨ Features diff --git a/conviva/package.json b/conviva/package.json index c4d5f8df..3084fe1d 100644 --- a/conviva/package.json +++ b/conviva/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-conviva", - "version": "1.13.0", + "version": "1.13.1", "description": "Conviva analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",