Skip to content

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](v2.3.1...v2.3.2) (2023-04-12)

### Bug Fixes

* update SPA package with fallback for `localStorage` and `sessionStorage` ([2f61ba8](2f61ba8))

### Build System

* **deps:** bump webpack in /examples/create-react-app ([fa6095f](fa6095f))
  • Loading branch information
semantic-release-bot committed Apr 12, 2023
1 parent f5fc520 commit 04a13d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.3.2](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.1...v2.3.2) (2023-04-12)


### Bug Fixes

* update SPA package with fallback for `localStorage` and `sessionStorage` ([2f61ba8](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2f61ba839cb38583db50abf1d7c82e022c3689f3))


### Build System

* **deps:** bump webpack in /examples/create-react-app ([fa6095f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fa6095f3ab78861bda456f3832855ac74683d202))

## [2.3.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.3.0...v2.3.1) (2023-03-14)


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.1",
"version": "2.3.2",
"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 04a13d7

Please sign in to comment.