Skip to content

Commit 63f2d17

Browse files
authored
Merge pull request #570 from Iterable/Prepare-for-1.3.20-II
Prepare for 1.3.20-part 2
2 parents a2b5ed5 + 966c87a commit 63f2d17

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.20
2+
## Fixes
3+
- Fixes an issue where the iOS SDK incorrectly targeted the latest minor version instead of a fixed version, potentially causing breaking changes.
4+
15
## 1.3.19
26
## Updates
37
- updates to RN version 0.68.0 to address various security vulnerabilities

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "1.3.19",
3+
"version": "1.3.20",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",

0 commit comments

Comments
 (0)