From 40495d654bacdf31fb7c4759e3f141a50fad125d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Jul 2022 08:52:55 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.0.0...v1.1.0) (2022-07-26) ### Features * support passing "ignoreCache" to "useVisitorData" as well ([5cf0ce7](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/5cf0ce74c1a05a367a3cec98adf97ca14cbbe182)) --- CHANGELOG.md | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838e10e..42590e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,21 @@ -# 1.0.0 (2022-06-30) +# [1.1.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.0.0...v1.1.0) (2022-07-26) ### Features -* Add svelte integration ([ee5bfb0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/ee5bfb0255fc7d49696c8e267ef3600736b5d736)) +* support passing "ignoreCache" to "useVisitorData" as well ([5cf0ce7](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/5cf0ce74c1a05a367a3cec98adf97ca14cbbe182)) +# 1.0.0 (2022-06-30) + +### Features + +- Add svelte integration ([ee5bfb0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/ee5bfb0255fc7d49696c8e267ef3600736b5d736)) ### Reverts -* Revert "ci: add NODE_AUTH_TOKEN" ([26889f9](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/26889f9be7f05e7de3b6933032f57ca43c992860)) -* Revert "chore(release): 1.0.0-test.1 [skip ci]" ([ea82f6e](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/ea82f6ef29a3da1ee8df9e6102d7b8352e1ce2f8)) -* Revert "chore(release): 1.0.0-test.1 [skip ci]" ([4e77e01](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/4e77e013d396096e327408ef088fafc85a491256)) +- Revert "ci: add NODE_AUTH_TOKEN" ([26889f9](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/26889f9be7f05e7de3b6933032f57ca43c992860)) +- Revert "chore(release): 1.0.0-test.1 [skip ci]" ([ea82f6e](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/ea82f6ef29a3da1ee8df9e6102d7b8352e1ce2f8)) +- Revert "chore(release): 1.0.0-test.1 [skip ci]" ([4e77e01](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/4e77e013d396096e327408ef088fafc85a491256)) # 1.0.0-test.1 (2022-06-27) diff --git a/package.json b/package.json index 3b336a8..4750553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-svelte", - "version": "1.0.0", + "version": "1.1.0", "description": "FingerprintJS Pro integration for Svelte", "author": "Fingerprint, Inc (https://fingerprint.com)", "license": "MIT",