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",