Skip to content

Commit 73e857b

Browse files
Release v5.4.0
1 parent 24090a9 commit 73e857b

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.3.1
1+
v5.4.0

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v5.4.0](https://github.com/auth0/react-native-auth0/tree/v5.4.0) (2026-01-21)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.3.1...v5.4.0)
6+
7+
**Added**
8+
9+
- feat: Add Custom Token Exchange support [\#1433](https://github.com/auth0/react-native-auth0/pull/1433) ([subhankarmaiti](https://github.com/subhankarmaiti))
10+
- docs: add troubleshooting guide for social login callback URL issues [\#1435](https://github.com/auth0/react-native-auth0/pull/1435) ([subhankarmaiti](https://github.com/subhankarmaiti))
11+
- feat: Add maxRetries configuration for credential renewal (iOS) [\#1432](https://github.com/auth0/react-native-auth0/pull/1432) ([subhankarmaiti](https://github.com/subhankarmaiti))
12+
313
## [v5.3.1](https://github.com/auth0/react-native-auth0/tree/v5.3.1) (2025-12-23)
414

515
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.3.0...v5.3.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-auth0",
33
"title": "React Native Auth0",
4-
"version": "5.3.1",
4+
"version": "5.4.0",
55
"description": "React Native toolkit for Auth0 API",
66
"main": "lib/commonjs/index.js",
77
"module": "lib/module/index.js",

src/core/utils/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const telemetry = {
22
name: 'react-native-auth0',
3-
version: '5.3.1',
3+
version: '5.4.0',
44
};
55

66
export type Telemetry = {

0 commit comments

Comments
 (0)