diff --git a/.changeset/pre.json b/.changeset/pre.json
index 8fceda6..40a970c 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -8,7 +8,12 @@
"next-appDir": "0.1.0",
"preact": "0.0.0",
"vite": "0.0.0",
- "webpack-based": "1.0.0"
+ "webpack-based": "1.0.0",
+ "next-example": "0.1.0",
+ "preact-example": "0.0.0",
+ "vite-example": "0.0.0"
},
- "changesets": []
+ "changesets": [
+ "ready-trams-notice"
+ ]
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7914dc..c75de6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,442 +1,407 @@
-## [3.0.0](https://github.com/fingerprintjs/react/compare/v2.7.1...v3.0.0) (2026-01-29)
+# Fingerprint React SDK
+
+## 3.0.1-test.0
+### Patch Changes
+
+- Sample changeset to test release pipeline ([00a7e95](https://github.com/fingerprintjs/react/commit/00a7e951a2e04a7cda4cc72c077cd076be7d9baf))
+
+## [3.0.0](https://github.com/fingerprintjs/react/compare/v2.7.1...v3.0.0) (2026-01-29)
### ⚠ BREAKING CHANGES
-* The SDK api has changed to match changes introduced in V4 version of the agent.
-* Response field names follow the JavaScript Agent v4 API. For example, `visitorId` is now `visitor_id`, `requestId` is now `event_id`, and other response fields use snake_case.
-* The default caching strategy has changed from `sessionStorage` caching to **no caching by default**, aligned with the underlying [JavaScript agent v4 default](https://docs.fingerprint.com/reference/js-agent-v4-start-function#cache).
+- The SDK api has changed to match changes introduced in V4 version of the agent.
+- Response field names follow the JavaScript Agent v4 API. For example, `visitorId` is now `visitor_id`, `requestId` is now `event_id`, and other response fields use snake_case.
+- The default caching strategy has changed from `sessionStorage` caching to **no caching by default**, aligned with the underlying [JavaScript agent v4 default](https://docs.fingerprint.com/reference/js-agent-v4-start-function#cache).
### Features
-* add usePromiseStore to prevent duplicate async requests ([fb59d7f](https://github.com/fingerprintjs/react/commit/fb59d7fafc7890e29678e2dae53a9f8c549f0acf))
-* bump @fingerprint/agent to 4.0.0-beta.5 ([c5d217d](https://github.com/fingerprintjs/react/commit/c5d217d36c08fddcf955e2f4b198ff5e37320f4f))
-* migrate to v4 version of the agent ([36a26ba](https://github.com/fingerprintjs/react/commit/36a26ba6a2c035e1b3b8dc52b8371a3ed1883b7b))
-* rename package to `@fingerprint/react` ([4714fdf](https://github.com/fingerprintjs/react/commit/4714fdf8526e1b62ab3ad4d84404672c02440da3))
-
+- add usePromiseStore to prevent duplicate async requests ([fb59d7f](https://github.com/fingerprintjs/react/commit/fb59d7fafc7890e29678e2dae53a9f8c549f0acf))
+- bump @fingerprint/agent to 4.0.0-beta.5 ([c5d217d](https://github.com/fingerprintjs/react/commit/c5d217d36c08fddcf955e2f4b198ff5e37320f4f))
+- migrate to v4 version of the agent ([36a26ba](https://github.com/fingerprintjs/react/commit/36a26ba6a2c035e1b3b8dc52b8371a3ed1883b7b))
+- rename package to `@fingerprint/react` ([4714fdf](https://github.com/fingerprintjs/react/commit/4714fdf8526e1b62ab3ad4d84404672c02440da3))
### Build System
-* **deps:** use stable 4.0.0 version of the @fingerprint/agent ([76a2fec](https://github.com/fingerprintjs/react/commit/76a2fec8341cefdcfd323ca69ca80780d68a5c89))
+- **deps:** use stable 4.0.0 version of the @fingerprint/agent ([76a2fec](https://github.com/fingerprintjs/react/commit/76a2fec8341cefdcfd323ca69ca80780d68a5c89))
## [2.7.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.7.0...v2.7.1) (2025-09-15)
-
### Bug Fixes
-* bump `@fingerprintjs/fingerprintjs-pro-spa` to `^1.3.3` ([923d78d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/923d78d6fbba341d5a9919a01e49814c6014ea1a))
-* rename integration monitoring ([a431f58](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a431f58dd6c7b58a3a2693c20f61d95989edd158))
-
+- bump `@fingerprintjs/fingerprintjs-pro-spa` to `^1.3.3` ([923d78d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/923d78d6fbba341d5a9919a01e49814c6014ea1a))
+- rename integration monitoring ([a431f58](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a431f58dd6c7b58a3a2693c20f61d95989edd158))
### Build System
-* **deps:** bump the npm_and_yarn group across 2 directories with 4 updates ([3dac3a4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3dac3a4f05c37745ce497f5067cf98648319875a))
+- **deps:** bump the npm_and_yarn group across 2 directories with 4 updates ([3dac3a4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3dac3a4f05c37745ce497f5067cf98648319875a))
## [2.7.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.3...v2.7.0) (2025-06-17)
-
### Features
-* bump `@fingerprintjs/fingerprintjs-pro-spa` to `^1.3.2` ([d477427](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d4774276649a6eaf6a068bf6784ce960fb862ccb))
-
+- bump `@fingerprintjs/fingerprintjs-pro-spa` to `^1.3.2` ([d477427](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d4774276649a6eaf6a068bf6784ce960fb862ccb))
### Bug Fixes
-* `getData` function should only change when `getOptions` changes ([d02eac0](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d02eac09dc0c24394188518636589e7092111f36)), closes [#132](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/132)
-
+- `getData` function should only change when `getOptions` changes ([d02eac0](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d02eac09dc0c24394188518636589e7092111f36)), closes [#132](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/132)
### Performance Improvements
-* use Object.is comparison before doing deep equals ([cd1f70d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/cd1f70de3d3c65654cc98cdbc760efb19d8ce905))
-
+- use Object.is comparison before doing deep equals ([cd1f70d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/cd1f70de3d3c65654cc98cdbc760efb19d8ce905))
### Documentation
-* **README:** mention immediate: false explicitly, improve formatting ([f1d03e2](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f1d03e2c7c186bd6cbdcbd1011e6943eef2c7e1a))
-
+- **README:** mention immediate: false explicitly, improve formatting ([f1d03e2](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f1d03e2c7c186bd6cbdcbd1011e6943eef2c7e1a))
### Build System
-* **deps:** bump next ([b0f669a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b0f669a9d33d6e48e6b2198f7fc84e9f5efb3ba2))
+- **deps:** bump next ([b0f669a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b0f669a9d33d6e48e6b2198f7fc84e9f5efb3ba2))
## [2.6.3](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.2...v2.6.3) (2024-03-21)
-
### Bug Fixes
-* review ([951860c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/951860c1682e3f9cc8efb946fc154a7b50c2b4d4))
-* set initial `isLoading` according to config.immediate ([3194f33](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3194f33c317680468ef344d455711cf60bd7d753))
-
+- review ([951860c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/951860c1682e3f9cc8efb946fc154a7b50c2b4d4))
+- set initial `isLoading` according to config.immediate ([3194f33](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3194f33c317680468ef344d455711cf60bd7d753))
### Build System
-* **deps:** update dependencies to latest version, now using @fingerprintjs/fingerprintjs-pro-spa@1.3.1 ([275e234](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/275e234875662d145a5b24d095c6fc36347fbc12))
+- **deps:** update dependencies to latest version, now using @fingerprintjs/fingerprintjs-pro-spa@1.3.1 ([275e234](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/275e234875662d145a5b24d095c6fc36347fbc12))
## [2.6.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.1...v2.6.2) (2023-11-17)
-
### Documentation
-* **README:** fix badge underlines ([0699feb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/0699feb290570a76f23284698e0ff0c3ab8b67e2))
-* **README:** improve caching explanation ([9e109d4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9e109d40547e2fad9ee2cbdbf4ae3672539c8591))
-* **README:** phrasing tweaks ([2b954e6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2b954e6b5bccbd8b33ac758b948175c9f92bdec2))
-* **README:** small grammar fixes ([93ed29e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/93ed29e2f55299f3b0c69548665b7ecab9d94ebf))
+- **README:** fix badge underlines ([0699feb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/0699feb290570a76f23284698e0ff0c3ab8b67e2))
+- **README:** improve caching explanation ([9e109d4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9e109d40547e2fad9ee2cbdbf4ae3672539c8591))
+- **README:** phrasing tweaks ([2b954e6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2b954e6b5bccbd8b33ac758b948175c9f92bdec2))
+- **README:** small grammar fixes ([93ed29e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/93ed29e2f55299f3b0c69548665b7ecab9d94ebf))
## [2.6.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.0...v2.6.1) (2023-10-18)
-
### Documentation
-* **README:** add requirements section ([fddd22f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fddd22f20a9bf58309998656703d564430a2ddd9))
+- **README:** add requirements section ([fddd22f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fddd22f20a9bf58309998656703d564430a2ddd9))
## [2.6.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.5.1...v2.6.0) (2023-10-11)
-
### Features
-* update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add agent export ([8066afe](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8066afe0a285f1b8ace4c1debe74860034752655))
+- update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add agent export ([8066afe](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8066afe0a285f1b8ace4c1debe74860034752655))
## [2.5.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.5.0...v2.5.1) (2023-09-14)
-
### Bug Fixes
-* add `CustomAgent` support ([01d5024](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/01d5024796d0ed8babb42b7e4e76f3967e2221f3))
-* bump spa package version to 1.1.2 ([6fdf561](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6fdf561b539862f109f805ad3fac58abef246346))
-
+- add `CustomAgent` support ([01d5024](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/01d5024796d0ed8babb42b7e4e76f3967e2221f3))
+- bump spa package version to 1.1.2 ([6fdf561](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6fdf561b539862f109f805ad3fac58abef246346))
### Build System
-* **deps:** bump semver from 5.7.1 to 5.7.2 ([5f086bb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5f086bb58a1bc7c2878c8a0c83a7eafac0fa5b36))
-* **deps:** bump semver from 5.7.1 to 5.7.2 in /examples/preact ([909c868](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/909c868e936944771c7f6fd3c98759e3af52831c))
-* **deps:** bump semver from 6.3.0 to 6.3.1 in /examples/webpack-based ([25c9369](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/25c9369d443b9323700afb7c42c572ecb39fd1d3))
-* **deps:** bump semver in /examples/create-react-app ([e10dc7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e10dc7f0aa51733eeb3c9b0036c7e361bb05097e))
-* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([9a35428](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9a35428725240443311243a1df3152c244737108))
-* **deps:** bump tough-cookie in /examples/create-react-app ([a3882fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a3882fb958e87f9e29ead924fd3ef592d873d270))
-* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([85e43fc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/85e43fc818a6c1c7bef26c179226593d3177530a))
-* **deps:** bump word-wrap from 1.2.3 to 1.2.5 in /examples/preact ([ce8d845](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ce8d845cc2989662cab400e49336675cb99a9bde))
-* **deps:** bump word-wrap in /examples/create-react-app ([c74d026](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c74d026ef5c22d2967bc1851334ae707ad11d0be))
+- **deps:** bump semver from 5.7.1 to 5.7.2 ([5f086bb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5f086bb58a1bc7c2878c8a0c83a7eafac0fa5b36))
+- **deps:** bump semver from 5.7.1 to 5.7.2 in /examples/preact ([909c868](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/909c868e936944771c7f6fd3c98759e3af52831c))
+- **deps:** bump semver from 6.3.0 to 6.3.1 in /examples/webpack-based ([25c9369](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/25c9369d443b9323700afb7c42c572ecb39fd1d3))
+- **deps:** bump semver in /examples/create-react-app ([e10dc7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e10dc7f0aa51733eeb3c9b0036c7e361bb05097e))
+- **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([9a35428](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9a35428725240443311243a1df3152c244737108))
+- **deps:** bump tough-cookie in /examples/create-react-app ([a3882fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a3882fb958e87f9e29ead924fd3ef592d873d270))
+- **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([85e43fc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/85e43fc818a6c1c7bef26c179226593d3177530a))
+- **deps:** bump word-wrap from 1.2.3 to 1.2.5 in /examples/preact ([ce8d845](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ce8d845cc2989662cab400e49336675cb99a9bde))
+- **deps:** bump word-wrap in /examples/create-react-app ([c74d026](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c74d026ef5c22d2967bc1851334ae707ad11d0be))
## [2.5.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.4.0...v2.5.0) (2023-07-06)
-
### Features
-* add reexports of `defaultEndpoint`, `defaultScriptUrlPattern`, `defaultTlsEndpoint` ([b701883](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b701883fe130955e869758b81ce9e028c887ea53))
-
+- add reexports of `defaultEndpoint`, `defaultScriptUrlPattern`, `defaultTlsEndpoint` ([b701883](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b701883fe130955e869758b81ce9e028c887ea53))
### Documentation
-* **README:** update a polish readme.md ([3e04a52](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3e04a52d8c7faac53abafad8b6b574cc0f013798))
+- **README:** update a polish readme.md ([3e04a52](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3e04a52d8c7faac53abafad8b6b574cc0f013798))
## [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))
-
+- 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))
+- **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)
-
### Bug Fixes
-* bump `@fingerprintjs/fingerprintjs-pro-spa` package to 1.0.2 ([c59f303](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c59f303c630fb516a8e5381a7778671d8c48b7c2))
-* fix release pipeline to have a correct version in `integrationInfo` ([5ed7ce6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5ed7ce6c89437699e7e5d167c2986857c34f56d6))
+- bump `@fingerprintjs/fingerprintjs-pro-spa` package to 1.0.2 ([c59f303](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c59f303c630fb516a8e5381a7778671d8c48b7c2))
+- fix release pipeline to have a correct version in `integrationInfo` ([5ed7ce6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5ed7ce6c89437699e7e5d167c2986857c34f56d6))
## [2.3.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.1...v2.3.2) (2023-04-12)
-
### Bug Fixes
-* update SPA package with fallback for `localStorage` and `sessionStorage` ([2f61ba8](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2f61ba839cb38583db50abf1d7c82e022c3689f3))
-
+- update SPA package with fallback for `localStorage` and `sessionStorage` ([2f61ba8](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2f61ba839cb38583db50abf1d7c82e022c3689f3))
### Build System
-* **deps:** bump webpack in /examples/create-react-app ([fa6095f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fa6095f3ab78861bda456f3832855ac74683d202))
+- **deps:** bump webpack in /examples/create-react-app ([fa6095f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fa6095f3ab78861bda456f3832855ac74683d202))
## [2.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.0...v2.3.1) (2023-03-14)
-
### Bug Fixes
-* add webpack example ([8274ef2](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8274ef2a82749181cf904b19f6951356cc2dfc79))
-* failed webpack builds [#97](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/97) ([8111970](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8111970a26e57cf2fa7ca83168a4602f75317a85))
-* make webpack demo similar to our code snipper ([09e1021](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/09e10217307864ffb70fc1c246a95704b0200dee))
-
+- add webpack example ([8274ef2](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8274ef2a82749181cf904b19f6951356cc2dfc79))
+- failed webpack builds [#97](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/97) ([8111970](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8111970a26e57cf2fa7ca83168a4602f75317a85))
+- make webpack demo similar to our code snipper ([09e1021](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/09e10217307864ffb70fc1c246a95704b0200dee))
### Build System
-* **deps:** bump dns-packet in /examples/create-react-app ([f07fcef](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f07fcef05ff298aa49330af95c8f1adea39cd5d6))
+- **deps:** bump dns-packet in /examples/create-react-app ([f07fcef](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f07fcef05ff298aa49330af95c8f1adea39cd5d6))
## [2.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.2.0...v2.3.0) (2023-02-24)
-
### Features
-* add `use client` directive to the bundled code ([ae2bf8a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ae2bf8ad578772ca12b38311ed0c48ef23f01186))
-
+- add `use client` directive to the bundled code ([ae2bf8a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ae2bf8ad578772ca12b38311ed0c48ef23f01186))
### Bug Fixes
-* add `exports` field to package.json ([4b0fe82](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4b0fe829654da0d029ab26b772bd92300d56a700))
-
+- add `exports` field to package.json ([4b0fe82](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4b0fe829654da0d029ab26b772bd92300d56a700))
### Build System
-* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([140a9bc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/140a9bc71a44ebe8570c433ea3decbb3bb0e478a))
-* **deps:** bump decode-uri-component in /examples/preact ([2dca013](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2dca01379aaea4768b6cd887ac8d7229657d46ff))
-* **deps:** bump decode-uri-component in /examples/spa ([03e78fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/03e78fbc061684beed277075d5f6866a7b7a78de))
-* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([43c0df1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/43c0df14c0949b20c406b1ef4ee002cc97c4e9e8))
-* **deps:** bump http-cache-semantics in /examples/preact ([124cc38](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/124cc38402d2c160b724d1918d3ee8d031e167d1))
-* **deps:** bump json5 from 1.0.1 to 1.0.2 ([53fcf7e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/53fcf7ee5a5fb960917572b19d0d10ae052714a4))
-* **deps:** bump json5 from 1.0.1 to 1.0.2 in /examples/spa ([8deef15](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8deef155a55314d0d076bc49699c05a55fd3b5cf))
+- **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([140a9bc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/140a9bc71a44ebe8570c433ea3decbb3bb0e478a))
+- **deps:** bump decode-uri-component in /examples/preact ([2dca013](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2dca01379aaea4768b6cd887ac8d7229657d46ff))
+- **deps:** bump decode-uri-component in /examples/spa ([03e78fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/03e78fbc061684beed277075d5f6866a7b7a78de))
+- **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([43c0df1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/43c0df14c0949b20c406b1ef4ee002cc97c4e9e8))
+- **deps:** bump http-cache-semantics in /examples/preact ([124cc38](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/124cc38402d2c160b724d1918d3ee8d031e167d1))
+- **deps:** bump json5 from 1.0.1 to 1.0.2 ([53fcf7e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/53fcf7ee5a5fb960917572b19d0d10ae052714a4))
+- **deps:** bump json5 from 1.0.1 to 1.0.2 in /examples/spa ([8deef15](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8deef155a55314d0d076bc49699c05a55fd3b5cf))
## [2.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.1.1...v2.2.0) (2022-12-30)
-
### Features
-* remove "undefined" and "void" from return type in getVisitorData ([c7dd49e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c7dd49e8e51f9aba60f628cd5087cf484823accf))
+- remove "undefined" and "void" from return type in getVisitorData ([c7dd49e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c7dd49e8e51f9aba60f628cd5087cf484823accf))
## [2.1.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.1.0...v2.1.1) (2022-11-17)
-
### Bug Fixes
-* update SPA library to 0.7.0 ([2018592](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2018592f52fe78bf3870c8da992c2e1e4829ab88))
-
+- update SPA library to 0.7.0 ([2018592](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2018592f52fe78bf3870c8da992c2e1e4829ab88))
### Build System
-* **deps:** bump loader-utils from 2.0.3 to 2.0.4 in /examples/spa ([5019ec9](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5019ec9afab3d057640ce57e7708478c64c4e008))
+- **deps:** bump loader-utils from 2.0.3 to 2.0.4 in /examples/spa ([5019ec9](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5019ec9afab3d057640ce57e7708478c64c4e008))
## [2.1.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.0.1...v2.1.0) (2022-11-10)
-
### Features
-* bump SPA package to 0.6.0 ([b3fd55e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b3fd55e6afb2187207696208ede1694682ec7d3c))
+- bump SPA package to 0.6.0 ([b3fd55e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b3fd55e6afb2187207696208ede1694682ec7d3c))
## [2.0.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.0.0...v2.0.1) (2022-11-09)
-
### Build System
-* **deps:** bump loader-utils from 2.0.2 to 2.0.3 in /examples/spa ([32b6467](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/32b6467d5d0e46c5576358e5c8b04600c7d9eda7))
+- **deps:** bump loader-utils from 2.0.2 to 2.0.3 in /examples/spa ([32b6467](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/32b6467d5d0e46c5576358e5c8b04600c7d9eda7))
## [2.0.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.5.0...v2.0.0) (2022-11-02)
-
### ⚠ BREAKING CHANGES
-* Previously "getData" was returning "undefined" when error occurred
+- Previously "getData" was returning "undefined" when error occurred
### Features
-* throw on error when calling "getData" manually ([3df14fc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3df14fc7dc1ca4f77b2759b396c1a8e7e67f0197))
+- throw on error when calling "getData" manually ([3df14fc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3df14fc7dc1ca4f77b2759b396c1a8e7e67f0197))
## [1.5.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.4.1...v1.5.0) (2022-10-31)
-
### Features
-* throw error if params passed to "useVisitorData" or "getData" are null ([41e2068](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/41e20686c4a55aa0eeb7c46fd25b80d7a5a11c6b))
-
+- throw error if params passed to "useVisitorData" or "getData" are null ([41e2068](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/41e20686c4a55aa0eeb7c46fd25b80d7a5a11c6b))
### Bug Fixes
-* ensure that "products" parameter is correctly passed into the client ([5c0dbd4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5c0dbd421e1c0a93574eb33b4ff82576148d6ab9))
-* use correct errors messages from pro agent ([b2e1a7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b2e1a7fd6c778a510ba458b162b98db23d60e98c))
+- ensure that "products" parameter is correctly passed into the client ([5c0dbd4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5c0dbd421e1c0a93574eb33b4ff82576148d6ab9))
+- use correct errors messages from pro agent ([b2e1a7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b2e1a7fd6c778a510ba458b162b98db23d60e98c))
## [1.4.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.4.0...v1.4.1) (2022-10-25)
-
### Bug Fixes
-* fix broken navigation when using ([e518cbc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e518cbc410a3ad00f0113bd23a53fce1d86aaf86))
+- fix broken navigation when using ([e518cbc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e518cbc410a3ad00f0113bd23a53fce1d86aaf86))
## [1.4.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.3.1...v1.4.0) (2022-10-04)
-
### Features
-* introduce synchronous env detection ([6ba1fd0](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6ba1fd0f823cccb3295ccab8896b80501b189842))
-* support ignoring cache with "immediate" set to true ([d55bc4c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55bc4c6502c51e47a79fed6aef5ad1ebc98aef9))
-
+- introduce synchronous env detection ([6ba1fd0](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6ba1fd0f823cccb3295ccab8896b80501b189842))
+- support ignoring cache with "immediate" set to true ([d55bc4c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55bc4c6502c51e47a79fed6aef5ad1ebc98aef9))
### Build System
-* **deps:** bump terser from 4.8.0 to 4.8.1 in /examples/preact ([6947ad5](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6947ad553a39107736affb43ad1e0bbfce5c09a9))
-* **deps:** bump terser from 5.13.1 to 5.14.2 in /examples/spa ([e94c1ce](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e94c1ce1106795f88390545f1a76a979e77c2f20))
-* **deps:** update SPA package to 0.5.0 ([e4f4039](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f4039ef0e023003ee03f5dbe67b3e593f50a42))
-
+- **deps:** bump terser from 4.8.0 to 4.8.1 in /examples/preact ([6947ad5](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6947ad553a39107736affb43ad1e0bbfce5c09a9))
+- **deps:** bump terser from 5.13.1 to 5.14.2 in /examples/spa ([e94c1ce](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e94c1ce1106795f88390545f1a76a979e77c2f20))
+- **deps:** update SPA package to 0.5.0 ([e4f4039](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f4039ef0e023003ee03f5dbe67b3e593f50a42))
### Documentation
-* **README:** add documentation badge ([e4a8365](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4a83651aaf06dd58a19d01915314f852f035347))
-* **README:** remove manually written API reference from readme in favor of generated one ([f534021](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f534021203f1dd0c491f99a44f8d47fd37c743ff))
-* **README:** update examples to use ReactDOM.createRoot ([ed69e26](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ed69e26f94e40641cc6be00724f623d198636ada))
+- **README:** add documentation badge ([e4a8365](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4a83651aaf06dd58a19d01915314f852f035347))
+- **README:** remove manually written API reference from readme in favor of generated one ([f534021](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f534021203f1dd0c491f99a44f8d47fd37c743ff))
+- **README:** update examples to use ReactDOM.createRoot ([ed69e26](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ed69e26f94e40641cc6be00724f623d198636ada))
## [1.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.3.0...v1.3.1) (2022-07-15)
-
### Bug Fixes
-* correctly provide contextual information when provider is mounted ([5d8f195](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5d8f195cca2ed637f332a0e093f731bdacdd42fe))
+- correctly provide contextual information when provider is mounted ([5d8f195](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5d8f195cca2ed637f332a0e093f731bdacdd42fe))
# [1.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.2.0...v1.3.0) (2022-07-14)
-
### Bug Fixes
-* use correct cwd in post-install script ([7b8e96c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/7b8e96ca0581f3b8ae9a30f2080e23c15885e2d2))
-
+- use correct cwd in post-install script ([7b8e96c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/7b8e96ca0581f3b8ae9a30f2080e23c15885e2d2))
### Features
-* add contextual information for the JS agent about the library ([d55e164](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55e16409b8987c57904962a538fce0d4f142414))
+- add contextual information for the JS agent about the library ([d55e164](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55e16409b8987c57904962a538fce0d4f142414))
# [1.3.0-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.3.0-test.1...v1.3.0-test.2) (2022-07-13)
-
### Bug Fixes
-* use correct cwd in post-install script ([7b8e96c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/7b8e96ca0581f3b8ae9a30f2080e23c15885e2d2))
+- use correct cwd in post-install script ([7b8e96c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/7b8e96ca0581f3b8ae9a30f2080e23c15885e2d2))
# [1.3.0-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.2.0...v1.3.0-test.1) (2022-07-13)
-
### Features
-* add contextual information for the JS agent about the library ([d55e164](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55e16409b8987c57904962a538fce0d4f142414))
+- add contextual information for the JS agent about the library ([d55e164](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55e16409b8987c57904962a538fce0d4f142414))
# [1.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.1.0...v1.2.0) (2022-07-11)
-
### Features
-* use latest @fingerprintjs/fingerprintjs-pro-spa version ([3576871](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3576871b9f897f4b0091b2c9cec1735de1e52f22))
+- use latest @fingerprintjs/fingerprintjs-pro-spa version ([3576871](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/3576871b9f897f4b0091b2c9cec1735de1e52f22))
### 1.1.0 (2022-06-20)
##### Chores
-* add eslint-config-preact as main package devDependency ([4e8dc72e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4e8dc72e7606cd5e202e513801b9ccecc7a80ed4))
-* update packages ([887d4d9f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/887d4d9ffa344fc29067bd7805308f7383b38c6b))
+- add eslint-config-preact as main package devDependency ([4e8dc72e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4e8dc72e7606cd5e202e513801b9ccecc7a80ed4))
+- update packages ([887d4d9f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/887d4d9ffa344fc29067bd7805308f7383b38c6b))
##### Documentation Changes
-* add preact example description to the contributing instruction ([92f96c94](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/92f96c94ca66be26755de6b457e296a4d4038a58))
-* fix typos ([009a418a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/009a418ae33817fea52d278e4e24a6111b48716b))
+- add preact example description to the contributing instruction ([92f96c94](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/92f96c94ca66be26755de6b457e296a4d4038a58))
+- fix typos ([009a418a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/009a418ae33817fea52d278e4e24a6111b48716b))
##### New Features
-* add preact example ([f280bedf](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f280bedf941cb6c30a52a7f053995eb205fd7081))
-* remove react from peerDeps for better preact compatibility ([fd68db69](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fd68db69f0cac7e7af9bd47d685c4c245e7165de))
+- add preact example ([f280bedf](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f280bedf941cb6c30a52a7f053995eb205fd7081))
+- remove react from peerDeps for better preact compatibility ([fd68db69](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fd68db69f0cac7e7af9bd47d685c4c245e7165de))
##### Bug Fixes
-* fix next example readme ([75e96ad9](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/75e96ad9f591c61c26e656d72735eabb78bda2af))
+- fix next example readme ([75e96ad9](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/75e96ad9f591c61c26e656d72735eabb78bda2af))
#### 1.0.1 (2022-05-16)
##### Chores
-* use production environment for npm publish ([1c814d00](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/1c814d006023c43128dff43fdb55b65458086f41))
-* **deps:** update deps for spa example ([8f0c1ac6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8f0c1ac6f24d7ab6091fde3a9b3eb003060813bd))
+- use production environment for npm publish ([1c814d00](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/1c814d006023c43128dff43fdb55b65458086f41))
+- **deps:** update deps for spa example ([8f0c1ac6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8f0c1ac6f24d7ab6091fde3a9b3eb003060813bd))
##### Documentation Changes
-* mention Next.js in the readme ([f5df094f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f5df094f0795c3d84712919037aaf1da960bf3e8))
+- mention Next.js in the readme ([f5df094f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f5df094f0795c3d84712919037aaf1da960bf3e8))
## 1.0.0 (2022-04-21)
##### Breaking Changes
-* change getData interface to more flexible ([8c701414](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8c701414b365b546ac7956bcb4a4d98a54e0b2d5))
+- change getData interface to more flexible ([8c701414](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8c701414b365b546ac7956bcb4a4d98a54e0b2d5))
##### Chores
-* update actions to fix git issue with safe.directory ([c3ff1c93](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c3ff1c93e1f5be8dcf6de0e1d9505a87c46eadd3))
-* fix mock for tests ([cf804544](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/cf804544de6ce1784bfd4c3c80bcc417c1a29397))
-* apply prettier, fix linter issues ([1397498f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/1397498f3a53636582d64f22aefaa22de387b6b4))
-* keep all linter settings in root ([c6188443](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c6188443d690b36d4c5dfa520a896db8368c9587))
-* add codeowners file ([a097794c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a097794c96a19c8869a46c9a2a2b159c171dddc2))
-* don't create tag on version command ([84b49fd6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/84b49fd6b97ecb48a62306d0353bd3c165bb2449))
-* update node-forge ([b697548e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b697548e6f4af8ed4f2f6e04c58028ce33b06fc2))
-* update minimist ([02cc142f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/02cc142ffce01268f3aa8eedcc28df36b795a65a))
-* regenerate example package.lock for new fingerprintjs-pro-spa ([d060112a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d060112a7dd644b8deb019e673a82ca2f143be44))
-* add --isolatedModules for typecheck ([547fbc99](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/547fbc99afc753addde4619a31b83032da9ec2f2))
-* use 3-rd party GitHub action by sha ([14ed2dbc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/14ed2dbcc63d5d6b88bc1c7c64d1344d4941310e))
-* update fingerprintjs-pro-spa integration with fingerprintjs-pro agent v3.6.0+ ([8157dd18](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8157dd18f321e91b939e03a297c9d9b63a1f9b9f))
-* **deps:**
- * bump rollup-plugin-license ([e4f9905c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f9905c9d608634846526b3079697e79b40426d))
- * bump minimist from 1.2.5 to 1.2.6 ([5c563329](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5c563329320d86cda158858207f9f68610209f65))
+- update actions to fix git issue with safe.directory ([c3ff1c93](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c3ff1c93e1f5be8dcf6de0e1d9505a87c46eadd3))
+- fix mock for tests ([cf804544](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/cf804544de6ce1784bfd4c3c80bcc417c1a29397))
+- apply prettier, fix linter issues ([1397498f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/1397498f3a53636582d64f22aefaa22de387b6b4))
+- keep all linter settings in root ([c6188443](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c6188443d690b36d4c5dfa520a896db8368c9587))
+- add codeowners file ([a097794c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a097794c96a19c8869a46c9a2a2b159c171dddc2))
+- don't create tag on version command ([84b49fd6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/84b49fd6b97ecb48a62306d0353bd3c165bb2449))
+- update node-forge ([b697548e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b697548e6f4af8ed4f2f6e04c58028ce33b06fc2))
+- update minimist ([02cc142f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/02cc142ffce01268f3aa8eedcc28df36b795a65a))
+- regenerate example package.lock for new fingerprintjs-pro-spa ([d060112a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d060112a7dd644b8deb019e673a82ca2f143be44))
+- add --isolatedModules for typecheck ([547fbc99](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/547fbc99afc753addde4619a31b83032da9ec2f2))
+- use 3-rd party GitHub action by sha ([14ed2dbc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/14ed2dbcc63d5d6b88bc1c7c64d1344d4941310e))
+- update fingerprintjs-pro-spa integration with fingerprintjs-pro agent v3.6.0+ ([8157dd18](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8157dd18f321e91b939e03a297c9d9b63a1f9b9f))
+- **deps:**
+ - bump rollup-plugin-license ([e4f9905c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e4f9905c9d608634846526b3079697e79b40426d))
+ - bump minimist from 1.2.5 to 1.2.6 ([5c563329](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5c563329320d86cda158858207f9f68610209f65))
##### Continuous Integration
-* revert reference type from 'file' to 'link' ([4c88b15f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4c88b15f3f0e810f10857a884c09fe0f25d1502d))
+- revert reference type from 'file' to 'link' ([4c88b15f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4c88b15f3f0e810f10857a884c09fe0f25d1502d))
##### Documentation Changes
-* fix readme after review ([5d0973af](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5d0973af9f1ec7638ade850316a6a5437df5fbe9))
-* add info about NextJS example in contributing instruction ([dc302f79](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/dc302f7987fe83a05192acda6fecea78339fc533))
-* review suggested fix ([77ec7a7d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/77ec7a7d802a06c5f520cdc4d52a6870f6cce0e8))
-* update table of contents ([72ecdce3](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/72ecdce33ec4c3840e4c6319425d16e5f83fcd4c))
-* add info about caching and describe useVisitorData hook ([0f39f1a1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/0f39f1a1861c7fe9fd371800018b88ff84354cc2))
-* add contributing.md ([d09e68cb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d09e68cb5cc5c68e1e8b76e4b5043443bdf5c5ad))
-* explain immediate property ([bfcec74b](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/bfcec74bf780620a2179d327a72ab10d9d1eeaaf))
-* add info about config parameter for the hook ([59d40598](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/59d4059832d8b0b2b6e88307e048f0f5fb15118b))
-* fix Documentation section styling ([af00b128](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/af00b128d5de5597779c59f945ea1fe18aae536b))
-* format Documentation section ([a9309abf](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a9309abfd620833b32eecba20d65681d7a040a27))
-* remove separators ([d84ef748](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d84ef748e4528c14c9f2f69bafed2429026686f4))
-* add documentation ([38e83a3c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/38e83a3ce4c1ac17e1c419415789ee40bd1087b2))
+- fix readme after review ([5d0973af](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5d0973af9f1ec7638ade850316a6a5437df5fbe9))
+- add info about NextJS example in contributing instruction ([dc302f79](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/dc302f7987fe83a05192acda6fecea78339fc533))
+- review suggested fix ([77ec7a7d](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/77ec7a7d802a06c5f520cdc4d52a6870f6cce0e8))
+- update table of contents ([72ecdce3](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/72ecdce33ec4c3840e4c6319425d16e5f83fcd4c))
+- add info about caching and describe useVisitorData hook ([0f39f1a1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/0f39f1a1861c7fe9fd371800018b88ff84354cc2))
+- add contributing.md ([d09e68cb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d09e68cb5cc5c68e1e8b76e4b5043443bdf5c5ad))
+- explain immediate property ([bfcec74b](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/bfcec74bf780620a2179d327a72ab10d9d1eeaaf))
+- add info about config parameter for the hook ([59d40598](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/59d4059832d8b0b2b6e88307e048f0f5fb15118b))
+- fix Documentation section styling ([af00b128](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/af00b128d5de5597779c59f945ea1fe18aae536b))
+- format Documentation section ([a9309abf](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a9309abfd620833b32eecba20d65681d7a040a27))
+- remove separators ([d84ef748](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d84ef748e4528c14c9f2f69bafed2429026686f4))
+- add documentation ([38e83a3c](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/38e83a3ce4c1ac17e1c419415789ee40bd1087b2))
##### New Features
-* add NextJS example ([863e3cbb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/863e3cbb52bb32dc8ac48dbb2859172cc3e7c49a))
-* init NextJS example ([35cc48fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/35cc48fb7d87dbefaa006dbdbfeeb80c312dff06))
-* send integrationInfo ([8b7ab903](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8b7ab90326efe3924778422cface5b9c60796a15))
+- add NextJS example ([863e3cbb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/863e3cbb52bb32dc8ac48dbb2859172cc3e7c49a))
+- init NextJS example ([35cc48fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/35cc48fb7d87dbefaa006dbdbfeeb80c312dff06))
+- send integrationInfo ([8b7ab903](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8b7ab90326efe3924778422cface5b9c60796a15))
##### Bug Fixes
-* don't try to load FingerptintJS Pro Agent outside browser environment ([eda093bb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/eda093bbf69ed438e92226626969261c17e83251))
+- don't try to load FingerptintJS Pro Agent outside browser environment ([eda093bb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/eda093bbf69ed438e92226626969261c17e83251))
### 0.3.0 (2022-03-14)
##### Chores
-* added source maps ([f922344e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f922344e47fc04a8bbce0f10cc99dbc4e5945c20))
+- added source maps ([f922344e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f922344e47fc04a8bbce0f10cc99dbc4e5945c20))
##### New Features
-* pass config to the useVisitorData hook ([750733a3](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/750733a39de8cf30db1be5576f30c618c5bdb060))
+- pass config to the useVisitorData hook ([750733a3](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/750733a39de8cf30db1be5576f30c618c5bdb060))
##### Bug Fixes
-* race condition (getData called before init) ([0c787786](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/0c78778652b598b329d3056ec002bf85d0733460))
+- race condition (getData called before init) ([0c787786](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/0c78778652b598b329d3056ec002bf85d0733460))
#### 0.2.2 (2022-03-11)
##### Chores
-* add automatic changelog generation ([9126a8e6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9126a8e6a7f6b83eb11f79cf47f9312e49f5cff2))
-* bumped fingerprintjs-pro-spa version ([4c5237b8](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4c5237b87b6f9bcb1b95ab49b0eabb12f62c2a3a))
+- add automatic changelog generation ([9126a8e6](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9126a8e6a7f6b83eb11f79cf47f9312e49f5cff2))
+- bumped fingerprintjs-pro-spa version ([4c5237b8](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4c5237b87b6f9bcb1b95ab49b0eabb12f62c2a3a))
##### Bug Fixes
-* eslint configs ([1a9c57e0](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/1a9c57e059977de3c8b31a3a1fe2ec535a6f093d))
+- eslint configs ([1a9c57e0](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/1a9c57e059977de3c8b31a3a1fe2ec535a6f093d))
### 0.2.1
+
##### Chores
-* Bumped `fingerprintjs-spa-pro` version
+
+- Bumped `fingerprintjs-spa-pro` version
### 0.2.0
-* Initial release
+
+- Initial release
diff --git a/package.json b/package.json
index 6f16f1a..c9a36f4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@fingerprint/react",
- "version": "3.0.0",
+ "version": "3.0.1-test.0",
"description": "Fingerprint React SDK",
"main": "dist/fingerprint-react.js",
"module": "dist/fingerprint-react.mjs",