Skip to content

Commit 7656711

Browse files
chore(main): release 2.7.0 (#736)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com>
1 parent c822975 commit 7656711

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/descope/node-sdk/compare/v2.6.0...v2.7.0) (2026-06-12)
4+
5+
6+
### Features
7+
8+
* **sso:** add entityId to configureSAMLByMetadata settings ([#739](https://github.com/descope/node-sdk/issues/739)) ([c822975](https://github.com/descope/node-sdk/commit/c8229759ab2ad0ea095b75d10972ec8edc0fcabc))
9+
* **user:** add locale option to invite and invite-batch ([#735](https://github.com/descope/node-sdk/issues/735)) ([60c63e6](https://github.com/descope/node-sdk/commit/60c63e69e1eeac1c71923dc82e8767fea820bafc))
10+
311
## [2.6.0](https://github.com/descope/node-sdk/compare/v2.5.0...v2.6.0) (2026-05-17)
412

513

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": "2.6.0",
3+
"version": "2.7.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)