From 966c87a7ec059ecb0049877b2a19d7c89612cb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAkshay?= <“ayyanchira.akshay@gmail.com”> Date: Tue, 20 Aug 2024 16:51:01 -0700 Subject: [PATCH] Prepare for 1.3.20-part 2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5356699..f3069eac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.20 +## Fixes +- Fixes an issue where the iOS SDK incorrectly targeted the latest minor version instead of a fixed version, potentially causing breaking changes. + ## 1.3.19 ## Updates - updates to RN version 0.68.0 to address various security vulnerabilities diff --git a/package.json b/package.json index 9e9074431..4ac5b82e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iterable/react-native-sdk", - "version": "1.3.19", + "version": "1.3.20", "description": "Iterable SDK for React Native.", "main": "./js/index.js", "types": "./js/index.d.ts",