Skip to content

Commit 6744993

Browse files
chore(main): release 1.10.0
1 parent 3b49073 commit 6744993

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.1"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/descope/node-sdk/compare/v1.9.1...v1.10.0) (2026-01-29)
4+
5+
6+
### Features
7+
8+
* access key custom attributes CRU ([#645](https://github.com/descope/node-sdk/issues/645)) ([145d363](https://github.com/descope/node-sdk/commit/145d3634ab3d60655bdb1124c60149bff5e514e9))
9+
* role inheritence config for sub tenants ([#648](https://github.com/descope/node-sdk/issues/648)) ([ae4d906](https://github.com/descope/node-sdk/commit/ae4d906df901bfe31808333c6131280c7efa3b91))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency @descope/core-js-sdk to v2.56.2 ([#647](https://github.com/descope/node-sdk/issues/647)) ([7a2d6f3](https://github.com/descope/node-sdk/commit/7a2d6f3a299f2ea359a19a1b9df0c8df221d0694))
15+
* **deps:** update dependency @descope/core-js-sdk to v2.57.0 ([#650](https://github.com/descope/node-sdk/issues/650)) ([3b49073](https://github.com/descope/node-sdk/commit/3b4907321f9f8a29cc771338a1354b6b0a7dbe52))
16+
317
## [1.9.1](https://github.com/descope/node-sdk/compare/v1.9.0...v1.9.1) (2026-01-15)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@descope/node-sdk",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Node.js library used to integrate with Descope",
55
"typings": "./dist/index.d.ts",
66
"main": "dist/cjs/index.cjs.js",

0 commit comments

Comments
 (0)