Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.1...v1.5.0) (2022-10-31)

### Features

* throw error if params passed to "useVisitorData" or "getData" are null ([41e2068](41e2068))

### Bug Fixes

* ensure that "products" parameter is correctly passed into the client ([5c0dbd4](5c0dbd4))
* use correct errors messages from pro agent ([b2e1a7f](b2e1a7f))
  • Loading branch information
semantic-release-bot committed Oct 31, 2022
1 parent f8b584a commit 8779c86
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 @@
## [1.5.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.4.1...v1.5.0) (2022-10-31)


### Features

* throw error if params passed to "useVisitorData" or "getData" are null ([41e2068](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/41e20686c4a55aa0eeb7c46fd25b80d7a5a11c6b))


### Bug Fixes

* ensure that "products" parameter is correctly passed into the client ([5c0dbd4](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5c0dbd421e1c0a93574eb33b4ff82576148d6ab9))
* use correct errors messages from pro agent ([b2e1a7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/b2e1a7fd6c778a510ba458b162b98db23d60e98c))

## [1.4.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.4.0...v1.4.1) (2022-10-25)


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-react",
"version": "1.4.1",
"version": "1.5.0",
"description": "FingerprintJS Pro React SDK",
"main": "dist/fp-pro-react.cjs.js",
"module": "dist/fp-pro-react.esm.js",
Expand Down

0 comments on commit 8779c86

Please sign in to comment.