diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb483115..c0155fe4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [v2.2.1](https://github.com/auth0/auth0-react/tree/v2.2.1) (2023-08-22)
+[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.0...v2.2.1)
+
+**Fixed**
+- bump auth0-spa-js to latest version [\#560](https://github.com/auth0/auth0-react/pull/560) ([frederikprijck](https://github.com/frederikprijck))
+
## [v2.2.0](https://github.com/auth0/auth0-react/tree/v2.2.0) (2023-07-13)
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.1.1...v2.2.0)
diff --git a/docs/classes/OAuthError.html b/docs/classes/OAuthError.html
index ad33eca2..5618fc0a 100644
--- a/docs/classes/OAuthError.html
+++ b/docs/classes/OAuthError.html
@@ -27,7 +27,7 @@
Hierarchy
+Defined in src/errors.tsx:7
@@ -68,19 +68,19 @@ Optional
error_description: Returns OAuthError
+Defined in src/errors.tsx:8
Optional
error_ description
error_ description?: string
+Defined in src/errors.tsx:8
message
message: string
diff --git a/docs/functions/Auth0Provider.html b/docs/functions/Auth0Provider.html
index 1b08f682..1fdcff77 100644
--- a/docs/functions/Auth0Provider.html
+++ b/docs/functions/Auth0Provider.html
@@ -30,7 +30,7 @@ Parameters
Returns Element
+Defined in src/auth0-provider.tsx:135
+Defined in src/use-auth0.tsx:27
+Defined in src/with-auth0.tsx:29
+Defined in src/with-authentication-required.tsx:97
Returns Promise < string | GetTokenSilentlyVerboseResponse >
+Defined in src/auth0-context.tsx:52
get Access Token With Popup
@@ -170,7 +170,7 @@
Returns Promise < undefined | string >
+Defined in src/auth0-context.tsx:74
get Id Token Claims
get
Id
Token
Claims
: ( ( ) => Promise < undefined | IdToken > )
@@ -187,7 +187,7 @@ Type declaration
Returns Promise < undefined | IdToken >
+Defined in src/auth0-context.tsx:86
handle Redirect Callback
handle Redirect Callback: ( ( url?: string ) => Promise < RedirectLoginResult < any > > )
@@ -212,19 +212,19 @@ Optional
url: Returns Promise < RedirectLoginResult < any > >
+Defined in src/auth0-context.tsx:140
is Authenticated
is Authenticated: boolean
+Defined in src/auth-state.tsx:8
is Loading
is Loading: boolean
+Defined in src/auth-state.tsx:9
login With Popup
@@ -254,7 +254,7 @@
Returns Promise < void >
+Defined in src/auth0-context.tsx:115
login With Redirect
@@ -278,7 +278,7 @@ Parameters
Returns Promise < void >
+Defined in src/auth0-context.tsx:97
logout
@@ -303,13 +303,13 @@ Parameters
Returns Promise < void >
+Defined in src/auth0-context.tsx:130
Optional
user
user?: TUser
+Defined in src/auth-state.tsx:10
+Defined in src/auth0-provider.tsx:86
Optional
cookie Domain
cookie Domain?: string
@@ -250,7 +250,7 @@
Returns void
+Defined in src/auth0-provider.tsx:54
Optional
session Check Expiry Days
session Check Expiry Days?: number
@@ -270,7 +270,7 @@
+Defined in src/auth0-provider.tsx:68
Optional
use Cookies For Transactions
use Cookies For Transactions?: boolean
diff --git a/docs/interfaces/LogoutOptions.html b/docs/interfaces/LogoutOptions.html
index 15a820fe..6d0c9eaf 100644
--- a/docs/interfaces/LogoutOptions.html
+++ b/docs/interfaces/LogoutOptions.html
@@ -22,7 +22,7 @@ Hierarchy
+Defined in src/auth0-context.tsx:18
diff --git a/docs/interfaces/RedirectLoginOptions.html b/docs/interfaces/RedirectLoginOptions.html
index 88a27327..1ca65432 100644
--- a/docs/interfaces/RedirectLoginOptions.html
+++ b/docs/interfaces/RedirectLoginOptions.html
@@ -27,7 +27,7 @@ Hierarchy
+Defined in src/auth0-context.tsx:20
diff --git a/docs/interfaces/WithAuth0Props.html b/docs/interfaces/WithAuth0Props.html
index d54940bd..16006a1b 100644
--- a/docs/interfaces/WithAuth0Props.html
+++ b/docs/interfaces/WithAuth0Props.html
@@ -23,7 +23,7 @@ Hierarchy
+Defined in src/with-auth0.tsx:7
@@ -39,7 +39,7 @@ Properties
auth0
+Defined in src/with-auth0.tsx:8
+Defined in src/with-authentication-required.tsx:80
Optional
on Before Authentication
on Before Authentication?: ( ( ) => Promise < void > )
@@ -74,7 +74,7 @@ Type declaration
Returns Promise < void >
+Defined in src/with-authentication-required.tsx:65
Optional
on Redirecting
on Redirecting?: ( ( ) => Element )
@@ -91,7 +91,7 @@ Type declaration
Returns Element
+Defined in src/with-authentication-required.tsx:55
Optional
return To
return To?: string | ( ( ) => string )
@@ -103,7 +103,7 @@ Optional
Add a path for the onRedirectCallback
handler to return the user to after login.
+Defined in src/with-authentication-required.tsx:45
+Defined in src/auth0-provider.tsx:36
The Auth0 Context