From 52b22d4517d404b1543d982f39652f3ca449f40c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Jun 2023 10:04:04 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] ## [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6654022..f3f4e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d59d46a..f55be79 100644 --- a/package.json +++ b/package.json @@ -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",