From 5eb569e8c2435e6f69b3060520575d2b638a950e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jul 2023 12:15:07 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] ## [1.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.2.1...v1.3.0) (2023-07-06) ### Features * add reexports for `defaultEndpoint`, `defaultTlsEndpoint`, `defaultScriptUrlPattern` ([ba8e237](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/ba8e237c28c9c2d7784d954d35aa75e6e33d325a)) ### Bug Fixes * update JS Agent with fixed `subdivisions` type ([3a74f3a](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/3a74f3aa7e67811f5c162fa32e55229d379ae4a7)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8353107..054d332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.2.1...v1.3.0) (2023-07-06) + + +### Features + +* add reexports for `defaultEndpoint`, `defaultTlsEndpoint`, `defaultScriptUrlPattern` ([ba8e237](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/ba8e237c28c9c2d7784d954d35aa75e6e33d325a)) + + +### Bug Fixes + +* update JS Agent with fixed `subdivisions` type ([3a74f3a](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/3a74f3aa7e67811f5c162fa32e55229d379ae4a7)) + ## [1.2.1](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.2.0...v1.2.1) (2023-04-21) diff --git a/package.json b/package.json index fb13463..5030bbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-svelte", - "version": "1.2.1", + "version": "1.3.0", "description": "FingerprintJS Pro integration for Svelte", "author": "Fingerprint, Inc (https://fingerprint.com)", "license": "MIT",