From ed73e17f6d7dd6233e382d8885e13ee97b27077d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Mar 2024 12:07:19 +0000 Subject: [PATCH] chore(release): 2.6.3-test.2 [skip ci] ## [2.6.3-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.3-test.1...v2.6.3-test.2) (2024-03-21) ### Bug Fixes * set initials isLoading according to config.immediate ([bf52bd1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/bf52bd13290d95b36d4a5ebd7e12c09d9a13f4b3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc6278..5ba39eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.3-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.3-test.1...v2.6.3-test.2) (2024-03-21) + + +### Bug Fixes + +* set initials isLoading according to config.immediate ([bf52bd1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/bf52bd13290d95b36d4a5ebd7e12c09d9a13f4b3)) + ## [2.6.3-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.2...v2.6.3-test.1) (2024-03-19) diff --git a/package.json b/package.json index 7161412..1a5611e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-react", - "version": "2.6.3-test.1", + "version": "2.6.3-test.2", "description": "FingerprintJS Pro React SDK", "main": "dist/fp-pro-react.cjs.js", "module": "dist/fp-pro-react.esm.js",