Skip to content

Commit 1743f8c

Browse files
committed
chore(release): freeRASP 3.11.0
1 parent bf3733e commit 1743f8c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.11.0] - 2024-11-19
9+
10+
### Android
11+
12+
#### Added
13+
14+
- Added `adbEnabled` callback, which allows you to detect USB debugging option enabled in the developer settings on the device
15+
816
## [3.10.0] - 2024-11-15
917

1018
- Android SDK version: 12.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)