From 323b8c8de0f988a1d7fc46eb360a9ccb2b812ba2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Oct 2023 11:42:10 +0000 Subject: [PATCH] chore(release): 2.0.0-test.2 [skip ci] ## [2.0.0-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v2.0.0-test.1...v2.0.0-test.2) (2023-10-05) ### Bug Fixes * add "dist" to package files ([d4b511f](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/d4b511f1ce0a88309299d136018fcb54ca2d05d2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ad59c..885adbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.0-test.2](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v2.0.0-test.1...v2.0.0-test.2) (2023-10-05) + + +### Bug Fixes + +* add "dist" to package files ([d4b511f](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/d4b511f1ce0a88309299d136018fcb54ca2d05d2)) + ## [2.0.0-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.3.1...v2.0.0-test.1) (2023-09-28) diff --git a/package.json b/package.json index ae1e4d4..565f5c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-svelte", - "version": "2.0.0-test.1", + "version": "2.0.0-test.2", "description": "FingerprintJS Pro integration for Svelte", "author": "Fingerprint, Inc (https://fingerprint.com)", "license": "MIT",