From 209148e8508273eb359851333a4e72a82fd51339 Mon Sep 17 00:00:00 2001 From: Subhankar Maiti Date: Thu, 9 Apr 2026 15:47:45 +0530 Subject: [PATCH] Release v5.5.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/core/utils/telemetry.ts | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.version b/.version index cce56663..268fccb1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.4.1 +v5.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d8f626..63c7a65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v5.5.0](https://github.com/auth0/react-native-auth0/tree/v5.5.0) (2026-04-09) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.4.1...v5.5.0) + +**Added** + +- feat: add ssoExchange to Authentication API for Native-to-Web SSO [\#1494](https://github.com/auth0/react-native-auth0/pull/1494) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +**Changed** + +- cache client instances in Auth0ClientFactory to prevent duplicate state [\#1506](https://github.com/auth0/react-native-auth0/pull/1506) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [v5.4.1](https://github.com/auth0/react-native-auth0/tree/v5.4.1) (2026-03-27) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.4.0...v5.4.1) diff --git a/package.json b/package.json index 025d3909..c83a2473 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.4.1", + "version": "5.5.0", "description": "React Native toolkit for Auth0 API", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", diff --git a/src/core/utils/telemetry.ts b/src/core/utils/telemetry.ts index 2ba325f7..90560924 100644 --- a/src/core/utils/telemetry.ts +++ b/src/core/utils/telemetry.ts @@ -1,6 +1,6 @@ export const telemetry = { name: 'react-native-auth0', - version: '5.4.1', + version: '5.5.0', }; export type Telemetry = {