From d3cf687d9cef00bc7974c167bd7b8526927d9c14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Mar 2023 14:59:41 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.0...v2.3.1) (2023-03-14) ### Bug Fixes * add webpack example ([8274ef2](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8274ef2a82749181cf904b19f6951356cc2dfc79)) * failed webpack builds [#97](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/97) ([8111970](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8111970a26e57cf2fa7ca83168a4602f75317a85)) * make webpack demo similar to our code snipper ([09e1021](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/09e10217307864ffb70fc1c246a95704b0200dee)) ### Build System * **deps:** bump dns-packet in /examples/create-react-app ([f07fcef](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f07fcef05ff298aa49330af95c8f1adea39cd5d6)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e548dc7..4cfe3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.0...v2.3.1) (2023-03-14) + + +### Bug Fixes + +* add webpack example ([8274ef2](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8274ef2a82749181cf904b19f6951356cc2dfc79)) +* failed webpack builds [#97](https://github.com/fingerprintjs/fingerprintjs-pro-react/issues/97) ([8111970](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8111970a26e57cf2fa7ca83168a4602f75317a85)) +* make webpack demo similar to our code snipper ([09e1021](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/09e10217307864ffb70fc1c246a95704b0200dee)) + + +### Build System + +* **deps:** bump dns-packet in /examples/create-react-app ([f07fcef](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/f07fcef05ff298aa49330af95c8f1adea39cd5d6)) + ## [2.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.2.0...v2.3.0) (2023-02-24) diff --git a/package.json b/package.json index df85891..ac439cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-react", - "version": "2.3.0", + "version": "2.3.1", "description": "FingerprintJS Pro React SDK", "main": "dist/fp-pro-react.cjs.js", "module": "dist/fp-pro-react.esm.js",