Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-07-22)

### Bug Fixes

* support passing all `UseVisitorDataOptions` to `getData` function ([0506079](0506079))

### Documentation

* **README:** add tag and linkedId section  ([9fa0e9b](9fa0e9b))
* **README:** replace deprecated imports in code examples ([4dfdd48](4dfdd48))
  • Loading branch information
semantic-release-bot committed Jul 22, 2024
1 parent 3802ab7 commit 5e41e21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.2.1](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v2.2.0...v2.2.1) (2024-07-22)


### Bug Fixes

* support passing all `UseVisitorDataOptions` to `getData` function ([0506079](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/05060795e49cb2a28d2810e64ba9993d268e834f))


### Documentation

* **README:** add tag and linkedId section ([9fa0e9b](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/9fa0e9b7c126e9232e2f31738850cb9455aeade9))
* **README:** replace deprecated imports in code examples ([4dfdd48](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/4dfdd48920d2a9dd96a3d4187b15ab84cead81d1))

## [2.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v2.1.0...v2.2.0) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fingerprintjs/fingerprintjs-pro-svelte",
"version": "2.2.0",
"version": "2.2.1",
"description": "FingerprintJS Pro integration for Svelte",
"author": "Fingerprint, Inc (https://fingerprint.com)",
"license": "MIT",
Expand Down

0 comments on commit 5e41e21

Please sign in to comment.