From 887469ca6ce1f28fd4b06dcdb6ba3326e219285a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 11:13:34 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v2.0.0...v2.1.0) (2023-10-11) ### Features * update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add FingerprintJSPro export ([0e383eb](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/0e383eb47c918a7b73a3ad86fbb20cf68390b0c6)) ### Build System * **deps:** bump postcss from 8.4.30 to 8.4.31 ([0abcdaa](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/0abcdaa9ec013d05962fddf638f31cd0bcc8a63c)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad699b..9988c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.1.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v2.0.0...v2.1.0) (2023-10-11) + + +### Features + +* update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add FingerprintJSPro export ([0e383eb](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/0e383eb47c918a7b73a3ad86fbb20cf68390b0c6)) + + +### Build System + +* **deps:** bump postcss from 8.4.30 to 8.4.31 ([0abcdaa](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/0abcdaa9ec013d05962fddf638f31cd0bcc8a63c)) + ## [2.0.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.3.1...v2.0.0) (2023-10-05) diff --git a/package.json b/package.json index 568d1c9..794e3bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-svelte", - "version": "2.0.0", + "version": "2.1.0", "description": "FingerprintJS Pro integration for Svelte", "author": "Fingerprint, Inc (https://fingerprint.com)", "license": "MIT",