Skip to content

Commit ea3432d

Browse files
chore(release): 3.4.0 [skip ci]
## [3.4.0](v3.3.1...v3.4.0) (2025-05-12) ### Features * **android:** set minSdkVersion to 24 ([78a96d9](78a96d9)) ### Bug Fixes * don't convert boolean fields of `tag` to int for iOS platform ([82c91a8](82c91a8)) * **ios:** revert podspec to dsl format ([38fc9ae](38fc9ae)) ### Documentation * **README:** mention support for react-native version up to 0.79 ([a783162](a783162)) * **README:** update package description ([62d3f91](62d3f91)) ### Supported Native SDK Version Range * Fingerprint Android SDK Version Range: **`>= 2.7.0 and < 3.0.0`** * Fingerprint iOS SDK Version Range: **`>= 2.7.0 and < 3.0.0`**
1 parent 86dfcc0 commit ea3432d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [3.4.0](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v3.3.1...v3.4.0) (2025-05-12)
2+
3+
4+
### Features
5+
6+
* **android:** set minSdkVersion to 24 ([78a96d9](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/78a96d9f9e5efea0770ff1c51ec9b9d0136c8f49))
7+
8+
9+
### Bug Fixes
10+
11+
* don't convert boolean fields of `tag` to int for iOS platform ([82c91a8](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/82c91a8256ef0c98c2a9905fdd77a6fb07bb3a09))
12+
* **ios:** revert podspec to dsl format ([38fc9ae](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/38fc9aefbf646fd96c678d1d7b5c28ed37a7afde))
13+
14+
15+
### Documentation
16+
17+
* **README:** mention support for react-native version up to 0.79 ([a783162](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/a783162f7a6f279f3424d594744f76de71ee221d))
18+
* **README:** update package description ([62d3f91](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/62d3f91b6fe507b99dfd38176a76e1323d786dd0))
19+
20+
21+
22+
### Supported Native SDK Version Range
23+
24+
* Fingerprint Android SDK Version Range: **`>= 2.7.0 and < 3.0.0`**
25+
* Fingerprint iOS SDK Version Range: **`>= 2.7.0 and < 3.0.0`**
26+
127
## [3.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v3.3.0...v3.3.1) (2025-01-30)
228

329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fingerprintjs/fingerprintjs-pro-react-native",
3-
"version": "3.4.0-test.5",
3+
"version": "3.4.0",
44
"description": "Official React Native client for Fingerprint. Best identification solution for React Native.",
55
"main": "./dist/fpjs-pro-react-native.cjs.js",
66
"module": "./dist/fpjs-pro-react-native.esm.js",

0 commit comments

Comments
 (0)