diff --git a/examples/gatsby-app/CHANGELOG.md b/examples/gatsby-app/CHANGELOG.md new file mode 100644 index 00000000..5b6b7251 --- /dev/null +++ b/examples/gatsby-app/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + +## [v2.10.0](https://github.com/auth0/auth0-react/tree/v2.10.0) (2025-12-05) + +**Added** +- feat: add custom token exchange support [\#928](https://github.com/auth0/auth0-react/pull/928) ([gyaneshgouraw-okta](https://github.com/gyaneshgouraw-okta)) diff --git a/examples/gatsby-app/package.json b/examples/gatsby-app/package.json index 17d26a0f..9f629b68 100644 --- a/examples/gatsby-app/package.json +++ b/examples/gatsby-app/package.json @@ -2,7 +2,7 @@ "name": "gatsby-starter-default", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", - "version": "0.1.0", + "version": "2.10.0", "dependencies": { "@auth0/auth0-react": "file:../..", "bootstrap": "^5.0.0",