Skip to content

Commit 74170bb

Browse files
authored
Release v6.1.0 (#1381)
1 parent 490e563 commit 74170bb

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.version

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

CHANGELOG.md

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

3+
## [v6.1.0](https://github.com/auth0/node-auth0/tree/v6.1.0) (2026-07-22)
4+
5+
[Full Changelog](https://github.com/auth0/node-auth0/compare/v6.0.0...v6.1.0)
6+
7+
**Added**
8+
9+
- feat(management): add sub-package exports and management auth helper [\#1373](https://github.com/auth0/node-auth0/pull/1373) ([developerkunal](https://github.com/developerkunal))
10+
- 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))
11+
312
## [v6.0.0](https://github.com/auth0/node-auth0/tree/v6.0.0) (2026-07-15)
413

514
[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.14.0...v6.0.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": "6.0.0",
3+
"version": "6.1.0",
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 = "6.0.0";
1+
export const SDK_VERSION = "6.1.0";

0 commit comments

Comments
 (0)