We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b5ed5 commit 966c87aCopy full SHA for 966c87a
CHANGELOG.md
@@ -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
+
5
## 1.3.19
6
## Updates
7
- updates to RN version 0.68.0 to address various security vulnerabilities
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",
0 commit comments