diff --git a/.npmignore b/.npmignore index 818eef4..be77377 100644 --- a/.npmignore +++ b/.npmignore @@ -92,5 +92,6 @@ android/local.properties **/__fixtures__/* **/__mocks__/* **/.* +!ios/TalsecRuntime.xcframework/** example/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e3abf..b6261c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.1.1] - 2026-07-21 + +- Android SDK version: 18.3.0 +- iOS SDK version: 7.1.0 + +### React Native + +#### Fixed + +- Fixed missing files in the published npm package. + ## [5.1.0] - Android SDK version: 18.3.0 diff --git a/package.json b/package.json index cf0bb5c..7dcc81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freerasp-react-native", - "version": "5.1.0", + "version": "5.1.1", "description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.", "main": "lib/commonjs/index", "module": "lib/module/index",