Skip to content

Commit f70b4ee

Browse files
authored
Merge pull request #347 from klarna/release/2.4.10
Release 2.4.10
2 parents 3982d9b + d31985c commit f70b4ee

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.4.10] - 2025-11-04
9+
- Added `modulesProvider` values to the iOS `codegenConfig` settings in the `package.json` file.
10+
811
## [2.4.9] - 2025-10-23
912
- Updated the native Android SDK version to 2.9.1.
1013

package.json

Lines changed: 1 addition & 1 deletion
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.4.9",
4+
"version": "2.4.10",
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)