Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* minimal supported svelte version is now 4.0.0

### Features

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

### Bug Fixes

* add "dist" to package files ([d4b511f](d4b511f))

### 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 Oct 5, 2023
1 parent 8fe0490 commit 2f99a48
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [2.0.0](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.3.1...v2.0.0) (2023-10-05)


### ⚠ 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))


### Bug Fixes

* add "dist" to package files ([d4b511f](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/commit/d4b511f1ce0a88309299d136018fcb54ca2d05d2))


### 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))

## [2.0.0-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/compare/v1.3.1...v2.0.0-test.1) (2023-09-28)


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

0 comments on commit 2f99a48

Please sign in to comment.