Skip to content

Commit

Permalink
Merge pull request #235 from klarna/release/2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
MasoudFallahpourbaee authored Feb 9, 2024
2 parents e290f75 + 4144182 commit 5894f52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to React Native Klarna In-App SDK will be documented in this file.

### [2.2.1] - 2024-02-08
- Fixed a Java 8 compatibility issue.

### [2.2.0] - 2023-12-22
- Added KlarnaStandaloneWebView component
- Added support for React Native's new architecture

### [2.1.13] - 2023-09-19
- Update Android native SDK version to 2.6.8
- Update iOS native SDK version to 2.6.10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-klarna-inapp-sdk",
"title": "Klarna Mobile SDK React Native",
"version": "2.2.0",
"version": "2.2.1",
"description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 5894f52

Please sign in to comment.