From d74659cb885470d10001f16873b12ddc8130f398 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Mon, 1 Jun 2026 11:35:33 +0530 Subject: [PATCH] Release v5.7.0 --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/core/utils/telemetry.ts | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 7aefc824..833e0a48 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.6.0 +v5.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dbf3c52..ea8bd057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v5.7.0](https://github.com/auth0/react-native-auth0/tree/v5.7.0) (2026-06-01) +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.6.0...v5.7.0) + +**Added** +- feat: Add My Account API support for managing authentication methods [\#1552](https://github.com/auth0/react-native-auth0/pull/1552) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- feat: add passkeys support for signup and signin [\#1530](https://github.com/auth0/react-native-auth0/pull/1530) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +**Fixed** +- fix: fixing incorrectly created CHANGELOG.md [\#1539](https://github.com/auth0/react-native-auth0/pull/1539) ([nandan-bhat](https://github.com/nandan-bhat)) + ## [5.6.0](https://github.com/auth0/react-native-auth0/tree/v5.6.0) (2026-05-14) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.5.1...v5.6.0) diff --git a/package.json b/package.json index b8c660e7..e6f72492 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.6.0", + "version": "5.7.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 f02ee03b..3b74cc5d 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.6.0', + version: '5.7.0', }; export type Telemetry = {