Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.4.0
v5.4.1
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [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)

**Changed**

- doc: Remove EA tag for DPoP [\#1460](https://github.com/auth0/react-native-auth0/pull/1460) ([pmathew92](https://github.com/pmathew92))

**Fixed**

- fix(ios): qualify enum cases for newer Swift compilers [\#1467](https://github.com/auth0/react-native-auth0/pull/1467) ([ThnxFredrik](https://github.com/ThnxFredrik))

## [v5.4.0](https://github.com/auth0/react-native-auth0/tree/v5.4.0) (2026-01-21)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.3.1...v5.4.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-auth0",
"title": "React Native Auth0",
"version": "5.4.0",
"version": "5.4.1",
"description": "React Native toolkit for Auth0 API",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/utils/telemetry.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const telemetry = {
name: 'react-native-auth0',
version: '5.4.0',
version: '5.4.1',
};

export type Telemetry = {
Expand Down
Loading