Skip to content

Commit

Permalink
chore(release): 2.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.1](v2.5.0...v2.5.1) (2023-09-14)

### Bug Fixes

* add `CustomAgent` support ([01d5024](01d5024))
* bump spa package version to 1.1.2 ([6fdf561](6fdf561))

### Build System

* **deps:** bump semver from 5.7.1 to 5.7.2 ([5f086bb](5f086bb))
* **deps:** bump semver from 5.7.1 to 5.7.2 in /examples/preact ([909c868](909c868))
* **deps:** bump semver from 6.3.0 to 6.3.1 in /examples/webpack-based ([25c9369](25c9369))
* **deps:** bump semver in /examples/create-react-app ([e10dc7f](e10dc7f))
* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([9a35428](9a35428))
* **deps:** bump tough-cookie in /examples/create-react-app ([a3882fb](a3882fb))
* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([85e43fc](85e43fc))
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 in /examples/preact ([ce8d845](ce8d845))
* **deps:** bump word-wrap in /examples/create-react-app ([c74d026](c74d026))
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent 74d5263 commit 82414e0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [2.5.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.5.0...v2.5.1) (2023-09-14)


### Bug Fixes

* add `CustomAgent` support ([01d5024](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/01d5024796d0ed8babb42b7e4e76f3967e2221f3))
* bump spa package version to 1.1.2 ([6fdf561](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/6fdf561b539862f109f805ad3fac58abef246346))


### Build System

* **deps:** bump semver from 5.7.1 to 5.7.2 ([5f086bb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/5f086bb58a1bc7c2878c8a0c83a7eafac0fa5b36))
* **deps:** bump semver from 5.7.1 to 5.7.2 in /examples/preact ([909c868](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/909c868e936944771c7f6fd3c98759e3af52831c))
* **deps:** bump semver from 6.3.0 to 6.3.1 in /examples/webpack-based ([25c9369](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/25c9369d443b9323700afb7c42c572ecb39fd1d3))
* **deps:** bump semver in /examples/create-react-app ([e10dc7f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/e10dc7f0aa51733eeb3c9b0036c7e361bb05097e))
* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([9a35428](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/9a35428725240443311243a1df3152c244737108))
* **deps:** bump tough-cookie in /examples/create-react-app ([a3882fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/a3882fb958e87f9e29ead924fd3ef592d873d270))
* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([85e43fc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/85e43fc818a6c1c7bef26c179226593d3177530a))
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 in /examples/preact ([ce8d845](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ce8d845cc2989662cab400e49336675cb99a9bde))
* **deps:** bump word-wrap in /examples/create-react-app ([c74d026](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/c74d026ef5c22d2967bc1851334ae707ad11d0be))

## [2.5.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.4.0...v2.5.0) (2023-07-06)


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": "2.5.0",
"version": "2.5.1",
"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 82414e0

Please sign in to comment.