Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2023-03-14)

### Bug Fixes

* add webpack example ([8274ef2](8274ef2))
* failed webpack builds [#97](#97) ([8111970](8111970))
* make webpack demo similar to our code snipper ([09e1021](09e1021))

### Build System

* **deps:** bump dns-packet in /examples/create-react-app ([f07fcef](f07fcef))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 4e3b78c commit d3cf687
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down

0 comments on commit d3cf687

Please sign in to comment.