diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bcf9f30..d55156a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.2.2 +### Updates +- Added `baseline-browser-mapping` +- Updated React Native library compatibility to 0.81 + +### Fixes +- Added temporary fix for Xcode 26.4 compatibility + ([a7768d4](https://github.com/Iterable/react-native-sdk/commit/a7768d4)) in + example app + +## 2.2.1 +### Updates +- Updated React Native library compatibility to 0.79.7 + ## 2.2.0 ### Updates @@ -17,7 +31,7 @@ ### Fixes - Created a standalone `IterableLogger` to avoid circular dependencies - [SDK-151] Fixed "cannot read property authtoken of undefined" error -- Fixed Android `retryInterval` not being updated on re-initialization. +- Fixed Android `retryInterval` not being updated on re-initialization ## 2.1.0 ### Updates diff --git a/package.json b/package.json index 7320ace9b..fb5aa012c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iterable/react-native-sdk", - "version": "2.2.1", + "version": "2.2.2", "description": "Iterable SDK for React Native.", "source": "./src/index.tsx", "main": "./lib/module/index.js", diff --git a/src/itblBuildInfo.ts b/src/itblBuildInfo.ts index 3cf0c31e8..4a5781e6f 100644 --- a/src/itblBuildInfo.ts +++ b/src/itblBuildInfo.ts @@ -3,5 +3,5 @@ * It contains the version of the package */ export const buildInfo = { - version: '2.2.1', + version: '2.2.2', };