We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbd88b commit f46dbb1Copy full SHA for f46dbb1
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [v5.5.0](https://github.com/auth0/node-auth0/tree/v5.5.0) (2026-03-11)
4
+
5
+[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.4.0...v5.5.0)
6
7
+**Added**
8
9
+- feat: add group management scopes and network ACL enhancements [\#1305](https://github.com/auth0/node-auth0/pull/1305) ([fern-api[bot]](https://github.com/apps/fern-api))
10
11
## [v5.4.0](https://github.com/auth0/node-auth0/tree/v5.4.0) (2026-03-04)
12
13
[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.3.1...v5.4.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "auth0",
- "version": "5.4.0",
+ "version": "5.5.0",
"private": false,
"repository": {
"type": "git",
0 commit comments