Skip to content

Commit 437eb00

Browse files
chore(release): 2.0.0-test.3 [skip ci]
## [2.0.0-test.3](v2.0.0-test.2...v2.0.0-test.3) (2022-09-23) ### Features * update iOS agent to 2.1.3 ([14a0e42](14a0e42)) * update react-native to 0.70.1 ([22b8d33](22b8d33)) ### Bug Fixes * async code example ([415c422](415c422)) * error description ([81f9337](81f9337)) * generate iOS Metadata even if linkedId is nil ([858ac51](858ac51)) * getVisitorId error handling ([1d04c86](1d04c86)) ### Documentation * **README:** add documentation badge ([62a3df1](62a3df1))
1 parent 6873a98 commit 437eb00

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [2.0.0-test.3](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v2.0.0-test.2...v2.0.0-test.3) (2022-09-23)
2+
3+
4+
### Features
5+
6+
* update iOS agent to 2.1.3 ([14a0e42](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/14a0e4232c4ca71bcb204d92aa9e51e64b2c12e7))
7+
* update react-native to 0.70.1 ([22b8d33](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/22b8d33ee42d4c3d851ba6a97085da1a3eb0cea8))
8+
9+
10+
### Bug Fixes
11+
12+
* async code example ([415c422](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/415c422206e4f8a750f9ac8aa1447251e411c9af))
13+
* error description ([81f9337](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/81f93375334eed1a5d06d35a55788fac82c65d76))
14+
* generate iOS Metadata even if linkedId is nil ([858ac51](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/858ac5171bd95b7c88abfddd08528a244c9b38af))
15+
* getVisitorId error handling ([1d04c86](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/1d04c866d4c06a1d7e0db1d80896efa50491366a))
16+
17+
18+
### Documentation
19+
20+
* **README:** add documentation badge ([62a3df1](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/62a3df1a4e9f560dad4c666198ea7492b022ecff))
21+
122
## [2.0.0-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v2.0.0-test.1...v2.0.0-test.2) (2022-09-19)
223

324

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": "2.0.0-test.2",
3+
"version": "2.0.0-test.3",
44
"description": "Official React Native client for FingerprintJS PRO. Best identification solution for React Native.",
55
"main": "./build/fpjs-pro-react-native.cjs.js",
66
"module": "./build/fpjs-pro-react-native.esm.js",

0 commit comments

Comments
 (0)