Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.2...v1.3.0) (2023-11-22)

### Features

* add `cacheHit` flag to response that indicates if it was retrieved from cache ([c101318](c101318))
* introduce `getVisitorDataFromCache` and `isInCache` options ([a9aa598](a9aa598))
* support passing loadOptions in .init() method as well ([f772512](f772512))
  • Loading branch information
semantic-release-bot committed Nov 22, 2023
1 parent c898404 commit 76d2879
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-spa/compare/v1.2.2...v1.3.0) (2023-11-22)


### Features

* add `cacheHit` flag to response that indicates if it was retrieved from cache ([c101318](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/c1013183523fa8140c6df8a568eb93e0113c946a))
* introduce `getVisitorDataFromCache` and `isInCache` options ([a9aa598](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/a9aa598f4ff16115e7c4b49be9f0126687f870c0))
* support passing loadOptions in .init() method as well ([f772512](https://github.com/fingerprintjs/fingerprintjs-pro-spa/commit/f77251293ae89dd8cec0d489b4a14b8ac18995b2))

## [1.2.2](https://github.com/fingerprintjs/fingerprintjs-pro-spa/compare/v1.2.1...v1.2.2) (2023-11-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-spa",
"version": "1.2.2",
"version": "1.3.0",
"description": "FingerprintJS Pro JavaScript agent for Single-Page Applications (SPA)",
"main": "dist/fp-pro-spa.cjs.js",
"module": "dist/fp-pro-spa.esm.js",
Expand Down

0 comments on commit 76d2879

Please sign in to comment.