From dda054f4dddd0fbca3c5e2d84e7e2cd29cf00a93 Mon Sep 17 00:00:00 2001 From: Subhankar Maiti Date: Tue, 23 Dec 2025 10:05:48 +0530 Subject: [PATCH] Release v5.3.1 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/core/utils/telemetry.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 32bc9525..67617da5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.3.0 +v5.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index f7099006..7caa3e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v5.3.1](https://github.com/auth0/react-native-auth0/tree/v5.3.1) (2025-12-23) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.3.0...v5.3.1) + +**Changed** + +- chore: update Auth0.swift to 2.16.1 [\#1428](https://github.com/auth0/react-native-auth0/pull/1428) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [v5.3.0](https://github.com/auth0/react-native-auth0/tree/v5.3.0) (2025-12-18) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.2.1...v5.3.0) diff --git a/package.json b/package.json index 4f05ff47..a29fa084 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.3.0", + "version": "5.3.1", "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 9d5e6a15..bc32f4d8 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.3.0', + version: '5.3.1', }; export type Telemetry = {