Skip to content

Commit

Permalink
chore(release): 2.0.0-test.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-test.1](v1.3.1...v2.0.0-test.1) (2023-09-28)

### ⚠ BREAKING CHANGES

* minimal supported svelte version is now 4.0.0

### Features

* set minimal supported version to Svelte 4.0.0 ([c32da25](c32da25))

### Documentation

* **README:** add introducing sentence ([14e9aaf](14e9aaf))
* **README:** add pnpm snippet ([a700463](a700463))
* **README:** add requirements section ([d35926d](d35926d))
* **README:** add support and feedback section ([edd0722](edd0722))
  • Loading branch information
semantic-release-bot committed Sep 28, 2023
1 parent 7557e70 commit 9a79b4e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [2.0.0-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.3.1...v2.0.0-test.1) (2023-09-28)


### ⚠ BREAKING CHANGES

* minimal supported svelte version is now 4.0.0

### Features

* set minimal supported version to Svelte 4.0.0 ([c32da25](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/c32da2500689450299268fac4f66cdf48f0d7b17))


### Documentation

* **README:** add introducing sentence ([14e9aaf](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/14e9aafe856d2d074c3f0bf1bbabb1774a4da5ff))
* **README:** add pnpm snippet ([a700463](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/a700463d0bd2d2380f5e5a4eb9a3a767b82d2d3d))
* **README:** add requirements section ([d35926d](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/d35926d9c4c15dae1df08b95b88e2f4aa4593792))
* **README:** add support and feedback section ([edd0722](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/edd07222aad2c1d8c74f1f3553f5bb697e8d3a11))

## [1.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.3.0...v1.3.1) (2023-09-15)


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": "1.3.1",
"version": "2.0.0-test.1",
"description": "FingerprintJS Pro integration for Svelte",
"author": "Fingerprint, Inc (https://fingerprint.com)",
"license": "MIT",
Expand Down

0 comments on commit 9a79b4e

Please sign in to comment.