Skip to content

Commit 408ddc2

Browse files
authored
Release v5.14.1 (#1384)
1 parent 8f49857 commit 408ddc2

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.version

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

CHANGELOG.md

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

3+
## [v5.14.1](https://github.com/auth0/node-auth0/tree/v5.14.1) (2026-07-29)
4+
5+
[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.14.0...v5.14.1)
6+
7+
**Fixed**
8+
9+
- fix: correct SDK_VERSION to match npm package version in Auth0-Client telemetry header
10+
311
## [v5.14.0](https://github.com/auth0/node-auth0/tree/v5.14.0) (2026-07-09)
412

513
[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.13.0...v5.14.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0",
3-
"version": "5.14.0",
3+
"version": "5.14.1",
44
"private": false,
55
"repository": {
66
"type": "git",

src/management/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "5.14.0";
1+
export const SDK_VERSION = "5.14.1";

0 commit comments

Comments
 (0)