From f025520345a01d55aba0b339044bddccc43b9af8 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Wed, 22 Jul 2026 17:55:58 +0530 Subject: [PATCH 1/2] Release v6.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cea52d3bf..a8f9bd3d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v6.1.0](https://github.com/auth0/node-auth0/tree/v6.1.0) (2026-07-22) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v6.0.0...v6.1.0) + +**Added** + +- feat(management): add sub-package exports and management auth helper [\#1373](https://github.com/auth0/node-auth0/pull/1373) ([developerkunal](https://github.com/developerkunal)) +- feat: add XAA resource app, branding identifiers, session actor, and 3P SSO ticket config [\#1375](https://github.com/auth0/node-auth0/pull/1375) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [v6.0.0](https://github.com/auth0/node-auth0/tree/v6.0.0) (2026-07-15) [Full Changelog](https://github.com/auth0/node-auth0/compare/v5.14.0...v6.0.0) diff --git a/package.json b/package.json index d30fc657d1..86a733ca70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0", - "version": "6.0.0", + "version": "6.1.0", "private": false, "repository": { "type": "git", From 4b14294b4f3b2e3b75c0a14dc31c01cef9227417 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Wed, 22 Jul 2026 17:57:21 +0530 Subject: [PATCH 2/2] version updated --- .version | 2 +- src/management/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 9f925ba24c..1eb805bc30 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v6.0.0 \ No newline at end of file +v6.1.0 \ No newline at end of file diff --git a/src/management/version.ts b/src/management/version.ts index 7ba3a938b0..0105d13d6c 100644 --- a/src/management/version.ts +++ b/src/management/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "6.0.0"; +export const SDK_VERSION = "6.1.0";