diff --git a/CHANGELOG.md b/CHANGELOG.md index 65de3a93..7830d9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.2.3](https://github.com/auth0/auth0-react/tree/v2.2.3) (2023-11-02) +[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.2...v2.2.3) + +**Fixed** +- Revert "Make OAuthError extend GenericError" [\#646](https://github.com/auth0/auth0-react/pull/646) ([frederikprijck](https://github.com/frederikprijck)) + ## [v2.2.2](https://github.com/auth0/auth0-react/tree/v2.2.2) (2023-10-31) [Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.1...v2.2.2) diff --git a/package-lock.json b/package-lock.json index e2f84bd4..45c785ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@auth0/auth0-react", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@auth0/auth0-react", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "dependencies": { "@auth0/auth0-spa-js": "^2.1.2" diff --git a/package.json b/package.json index 3acaabe7..e5b118cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Auth0", "name": "@auth0/auth0-react", - "version": "2.2.2", + "version": "2.2.3", "description": "Auth0 SDK for React Single Page Applications (SPA)", "keywords": [ "auth0",