From 0fe1140e0bacdf9b5c17a9957c1669e15989b72c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Mar 2024 16:50:03 +0000 Subject: [PATCH] chore(release): 1.3.1-test.1 [skip ci] ## [1.3.1-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-spa/compare/v1.3.0...v1.3.1-test.1) (2024-03-20) ### Bug Fixes * readme ([#82](https://github.com/fingerprintjs/fingerprintjs-pro-spa/issues/82)) ([a0405e0](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/a0405e070613c620e324d37702609e7e6b148798)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa39d96..e493439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-spa/compare/v1.3.0...v1.3.1-test.1) (2024-03-20) + + +### Bug Fixes + +* readme ([#82](https://github.com/fingerprintjs/fingerprintjs-pro-spa/issues/82)) ([a0405e0](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/a0405e070613c620e324d37702609e7e6b148798)) + ## [1.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-spa/compare/v1.2.2...v1.3.0) (2023-11-22) diff --git a/package.json b/package.json index ccbaca8..c46f056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-spa", - "version": "1.3.0", + "version": "1.3.1-test.1", "description": "FingerprintJS Pro JavaScript agent for Single-Page Applications (SPA)", "main": "dist/fp-pro-spa.cjs.js", "module": "dist/fp-pro-spa.esm.js",