Skip to content

Commit e2ef631

Browse files
Merge pull request #298 from klarna/release/2.3.11
Release 2.3.11
2 parents 9b971f4 + e25dc32 commit e2ef631

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
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.11] - 2025-03-05
9+
- Updated the native Android SDK version to 2.6.26
10+
- Updated the native iOS SDK version to 2.6.26
11+
812
## [2.3.10] - 2025-02-19
913
- Updated the native Android SDK version to 2.6.25
1014
- Updated the native iOS SDK version to 2.6.25

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-klarna-inapp-sdk",
33
"title": "Klarna Mobile SDK React Native",
4-
"version": "2.3.10",
4+
"version": "2.3.11",
55
"description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.",
66
"main": "lib/commonjs/index",
77
"module": "lib/module/index",

0 commit comments

Comments
 (0)