Skip to content

Commit 7b1d1c5

Browse files
Release v5.2.0 (#1395)
1 parent ac2769e commit 7b1d1c5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.version

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

CHANGELOG.md

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

3+
## [v5.2.0](https://github.com/auth0/react-native-auth0/tree/v5.2.0) (2025-12-02)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.1.0...v5.2.0)
6+
7+
**Added**
8+
9+
- feat: add Multi-Resource Refresh Token (MRRT) support [\#1258](https://github.com/auth0/react-native-auth0/pull/1258) ([subhankarmaiti](https://github.com/subhankarmaiti))
10+
11+
**Fixed**
12+
13+
- fix: fixed spelling for localAuthenticationOptions is incorrect in Au… [\#1373](https://github.com/auth0/react-native-auth0/pull/1373) ([1aishwaryasharma](https://github.com/1aishwaryasharma))
14+
- fix: handle 401 response parsing correctly in userInfo endpoint [\#1393](https://github.com/auth0/react-native-auth0/pull/1393) ([subhankarmaiti](https://github.com/subhankarmaiti))
15+
- fix: enforce nonnull type for useDPoP parameter in initializeAuth0WithConfiguration method [\#1388](https://github.com/auth0/react-native-auth0/pull/1388) ([subhankarmaiti](https://github.com/subhankarmaiti))
16+
317
## [v5.1.0](https://github.com/auth0/react-native-auth0/tree/v5.1.0) (2025-10-31)
418

519
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.1...v5.1.0)

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.1.0",
4+
"version": "5.2.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.1.0',
3+
version: '5.2.0',
44
};
55

66
export type Telemetry = {

0 commit comments

Comments
 (0)