Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](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](401272a))
* update Android agent to 2.3.4 ([76ac218](76ac218))
* upgrade rn to 0.73.2 ([ed3148c](ed3148c))

### Documentation

* update requirements section ([8229a3c](8229a3c))
  • Loading branch information
semantic-release-bot committed Jan 22, 2024
1 parent dd9a197 commit 5f9c706
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5f9c706

Please sign in to comment.