diff --git a/CHANGELOG.md b/CHANGELOG.md index c43733b5..fd7a12a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,3 @@ -## [3.0.0-test.3](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v3.0.0-test.2...v3.0.0-test.3) (2026-01-27) - - -### Features - -* add usePromiseStore to prevent duplicate async requests ([fb59d7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fb59d7fafc7890e29678e2dae53a9f8c549f0acf)) -* rename package to `@fingerprint/react` ([4714fdf](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4714fdf8526e1b62ab3ad4d84404672c02440da3)) - - -### Build System - -* **deps:** use stable 4.0.0 version of the @fingerprint/agent ([76a2fec](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/76a2fec8341cefdcfd323ca69ca80780d68a5c89)) - ## [3.0.0-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v3.0.0-test.1...v3.0.0-test.2) (2026-01-06) diff --git a/package.json b/package.json index 625f9d9d..0990db8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/react", - "version": "3.0.0-test.3", + "version": "3.0.0-test.2", "description": "FingerprintJS Pro React SDK", "main": "dist/fingerprint-react.js", "module": "dist/fingerprint-react.mjs",