Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.0](v2.3.3...v2.4.0) (2023-06-09)

### Features

* extend `getData` options with `fingerprintjs-pro` `GetDataOptions`. [#108](#108) ([fe2961e](fe2961e))

### Build System

* **deps:** update typedoc version to get improved documentation page design ([778bb4d](778bb4d))
  • Loading branch information
semantic-release-bot committed Jun 9, 2023
1 parent 8a6727e commit 52b22d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.4.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.3...v2.4.0) (2023-06-09)


### Features

* extend `getData` options with `fingerprintjs-pro` `GetDataOptions`. [#108](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/108) ([fe2961e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fe2961e8527d2577bda51532b289aeb8c88e001d))


### Build System

* **deps:** update typedoc version to get improved documentation page design ([778bb4d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/778bb4d4e4a787c3e20d36be6bc9e005cc34cf3b))

## [2.3.3](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.2...v2.3.3) (2023-04-17)


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",
"version": "2.3.3",
"version": "2.4.0",
"description": "FingerprintJS Pro React SDK",
"main": "dist/fp-pro-react.cjs.js",
"module": "dist/fp-pro-react.esm.js",
Expand Down

0 comments on commit 52b22d4

Please sign in to comment.