From 5f9c706ae0953642c285e045820a78d65a81b60a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jan 2024 13:24:55 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v2.6.0...v3.0.0) (2024-01-22) ### ⚠ BREAKING CHANGES * migrated to Gradle 8 * minimum supported React Native version is 0.73 ### Features * bump major version ([401272a](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/401272a113c16c19affce720c438df983ddb090c)) * update Android agent to 2.3.4 ([76ac218](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/76ac2181b8b1a2e1265062ef301f8d31920a3143)) * upgrade rn to 0.73.2 ([ed3148c](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/ed3148c3189d5210ae23bb763fe556f870bf6119)) ### Documentation * update requirements section ([8229a3c](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/8229a3c3dd5314eacba4fa5f0cd22add9ad760a8)) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ec7e8..768aeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [3.0.0](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v2.6.0...v3.0.0) (2024-01-22) + + +### ⚠ BREAKING CHANGES + +* migrated to Gradle 8 +* minimum supported React Native version is 0.73 + +### Features + +* bump major version ([401272a](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/401272a113c16c19affce720c438df983ddb090c)) +* update Android agent to 2.3.4 ([76ac218](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/76ac2181b8b1a2e1265062ef301f8d31920a3143)) +* upgrade rn to 0.73.2 ([ed3148c](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/ed3148c3189d5210ae23bb763fe556f870bf6119)) + + +### Documentation + +* update requirements section ([8229a3c](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/8229a3c3dd5314eacba4fa5f0cd22add9ad760a8)) + ## [2.6.0](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v2.5.3...v2.6.0) (2023-11-28) diff --git a/package.json b/package.json index 000bdb9..a01477e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-react-native", - "version": "2.7.0", + "version": "3.0.0", "description": "Official React Native client for FingerprintJS PRO. Best identification solution for React Native.", "main": "./dist/fpjs-pro-react-native.cjs.js", "module": "./dist/fpjs-pro-react-native.esm.js",