Skip to content

Commit

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

### Bug Fixes

* add webpack example ([8274ef2](8274ef2))
* failed webpack builds [#97](#97) ([8111970](8111970))
* make webpack demo similar to our code snipper ([09e1021](09e1021))
  • Loading branch information
semantic-release-bot committed Mar 13, 2023
1 parent 288639e commit 4c220cb
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 @@
## [2.3.1-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.0...v2.3.1-test.1) (2023-03-13)


### 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))

## [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-test.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 4c220cb

Please sign in to comment.