diff --git a/.changeset/real-papayas-glow.md b/.changeset/real-papayas-glow.md deleted file mode 100644 index 9bdfc41e..00000000 --- a/.changeset/real-papayas-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theoplayer/react-native-analytics-bitmovin': patch ---- - -Fixed an issue on iOS where the updateCustomData method was not correctly bridged. diff --git a/bitmovin/CHANGELOG.md b/bitmovin/CHANGELOG.md index 2cf649fb..2fae7193 100644 --- a/bitmovin/CHANGELOG.md +++ b/bitmovin/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/react-native-analytics-bitmovin +## 1.0.1 + +### 🐛 Issues + +- Fixed an issue on iOS where the updateCustomData method was not correctly bridged. + ## 1.0.0 ### ✨ Features diff --git a/bitmovin/package.json b/bitmovin/package.json index 04450bd9..8cbf063f 100644 --- a/bitmovin/package.json +++ b/bitmovin/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/react-native-analytics-bitmovin", - "version": "1.0.0", + "version": "1.0.1", "description": "Bitmovin analytics connector for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index",