Skip to content

Commit

Permalink
chore(release): 3.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.1](v3.3.0...v3.3.1) (2025-01-30)

### Bug Fixes

* fix compatibility with React Native new architecture (v0.76+) ([8b2003b](8b2003b))
* improve Android types to make project Kotlin v2 compatible (RN 0.77+) ([891c9c3](891c9c3))
  • Loading branch information
semantic-release-bot committed Jan 30, 2025
1 parent 33250c2 commit 1c16a83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v3.3.0...v3.3.1) (2025-01-30)


### Bug Fixes

* fix compatibility with React Native new architecture (v0.76+) ([8b2003b](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/8b2003bf4e535721e816106a3a15760fa79baf59))
* improve Android types to make project Kotlin v2 compatible (RN 0.77+) ([891c9c3](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/commit/891c9c37544ae09e90f94cb51da18c6cf332bb80))

## [3.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-react-native/compare/v3.2.0...v3.3.0) (2025-01-09)


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": "3.3.0",
"version": "3.3.1",
"description": "Official React Native client for Fingerprint 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 1c16a83

Please sign in to comment.