Skip to content

Commit bbf71b1

Browse files
chore(main): release 2.3.0
1 parent 717dde6 commit bbf71b1

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.2.1"
2+
".": "2.3.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.3.0](https://github.com/descope/node-sdk/compare/v2.2.1...v2.3.0) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* **user:** add verifiedEmail and verifiedPhone filters to user search ([#704](https://github.com/descope/node-sdk/issues/704)) ([a23cbb1](https://github.com/descope/node-sdk/commit/a23cbb1bd547b243decd88beebd02793414d50bd))
9+
* **user:** support userId in invite and inviteBatch ([#696](https://github.com/descope/node-sdk/issues/696)) ([717dde6](https://github.com/descope/node-sdk/commit/717dde68d2b328d4685c174c57d2adc6680aa2dc))
10+
311
## [2.2.1](https://github.com/descope/node-sdk/compare/v2.2.0...v2.2.1) (2026-03-23)
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.2.1",
3+
"version": "2.3.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)