Skip to content

Commit ec9e265

Browse files
chore(main): release 2.9.0
1 parent 9d4c506 commit ec9e265

4 files changed

Lines changed: 16 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.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/descope/node-sdk/compare/v2.8.0...v2.9.0) (2026-06-22)
4+
5+
6+
### Features
7+
8+
* create outbound app from template ([#744](https://github.com/descope/node-sdk/issues/744)) ([868a081](https://github.com/descope/node-sdk/commit/868a081bcef17767c4753680ce9262c182656d64))
9+
10+
11+
### Bug Fixes
12+
13+
* **outbound:** add useDcr/dcrUrl to OutboundApplication type ([#747](https://github.com/descope/node-sdk/issues/747)) ([9d4c506](https://github.com/descope/node-sdk/commit/9d4c506cdc9eb140ac33790ac10096e345875bd7))
14+
315
## [2.8.0](https://github.com/descope/node-sdk/compare/v2.7.0...v2.8.0) (2026-06-18)
416

517

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