Skip to content

Commit f37268e

Browse files
chore(release): 3.1.0-test.1 [skip ci]
## [3.1.0-test.1](v3.0.2...v3.1.0-test.1) (2024-08-22) ### Features * add `fallbackEndpointUrls` configuration param ([5ce1864](5ce1864)) * update Android agent to v2.5.0 ([6dfcb88](6dfcb88)) * update iOS agent to v2.6.0 ([dfe83b2](dfe83b2)) ### Documentation * **README:** unify and simplify linkedId section ([67cb56e](67cb56e))
1 parent 9ed64d5 commit f37268e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.1.0-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v3.0.2...v3.1.0-test.1) (2024-08-22)
2+
3+
4+
### Features
5+
6+
* add `fallbackEndpointUrls` configuration param ([5ce1864](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/5ce1864bd3a22a8c3b741bcc6c05882c7d1e5a88))
7+
* update Android agent to v2.5.0 ([6dfcb88](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/6dfcb8883f10696e56e3245d1b42753740651db4))
8+
* update iOS agent to v2.6.0 ([dfe83b2](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/dfe83b20c4f8e96243d17f4fda9446bc43b600cb))
9+
10+
11+
### Documentation
12+
13+
* **README:** unify and simplify linkedId section ([67cb56e](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/67cb56ea9d1913b360dcca28858539efe524568e))
14+
115
## [3.0.2](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v3.0.1...v3.0.2) (2024-03-28)
216

317

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.0.2",
3+
"version": "3.1.0-test.1",
44
"description": "Official React Native client for Fingerprint PRO. 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)