diff --git a/CHANGELOG.md b/CHANGELOG.md index d743da4..a148bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.6.0...v2.6.1) (2023-10-18) + + +### Documentation + +* **README:** add requirements section ([fddd22f](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/fddd22f20a9bf58309998656703d564430a2ddd9)) + ## [2.6.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.5.1...v2.6.0) (2023-10-11) diff --git a/package.json b/package.json index 98c405f..1e66046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprintjs-pro-react", - "version": "2.6.0", + "version": "2.6.1", "description": "FingerprintJS Pro React SDK", "main": "dist/fp-pro-react.cjs.js", "module": "dist/fp-pro-react.esm.js",