Skip to content

Commit 4eb0f1e

Browse files
chore(main): release 1.8.0 (#635)
* chore(main): release 1.8.0 * chore(config): add changelog.md to eslint and prettier ignore * fix(ci): use .prettierignore --------- Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com> Co-authored-by: Omer Cohen <omercnet@users.noreply.github.com> Co-authored-by: Omer C <639682+omercnet@users.noreply.github.com>
1 parent a9ad297 commit 4eb0f1e

File tree

9 files changed

+56
-10
lines changed

9 files changed

+56
-10
lines changed

.eslintrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,12 @@
8686
}
8787
]
8888
},
89-
"ignorePatterns": [".eslintrc.cjs", "build/*", "dist/*", "coverage/*", "**/testutils/*"]
89+
"ignorePatterns": [
90+
".eslintrc.cjs",
91+
"build/*",
92+
"dist/*",
93+
"coverage/*",
94+
"**/testutils/*",
95+
"CHANGELOG.md"
96+
]
9097
}

.husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx --no -- commitlint --edit ${1}

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
npm run format-lint
2-
npx --no -- commitlint --edit ${1}

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ignore generated output
22
dist
33
types
4-
coverage
4+
coverage
5+
CHANGELOG.md

.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.7.21"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/descope/node-sdk/compare/v1.7.7...v1.8.0) (2026-01-04)
4+
5+
6+
### Features
7+
8+
* Add token fetching methods for outbound applications ([#540](https://github.com/descope/node-sdk/issues/540)) ([51b975f](https://github.com/descope/node-sdk/commit/51b975f76d8434a14526c35a28f4fc129edd704b))
9+
* descopers & management key CRUD ([#613](https://github.com/descope/node-sdk/issues/613)) ([195d72d](https://github.com/descope/node-sdk/commit/195d72d0f2de30afee9ec640768222796fea252b))
10+
11+
12+
### Bug Fixes
13+
14+
* allow array of string for multi select custom attributes ([#444](https://github.com/descope/node-sdk/issues/444)) ([c43f7b5](https://github.com/descope/node-sdk/commit/c43f7b5b30d736b293e92bf708a4685dbcd60a1d))
15+
* Correct typos in README.md ([#549](https://github.com/descope/node-sdk/issues/549)) ([9a2de85](https://github.com/descope/node-sdk/commit/9a2de85fefe2454991d8f0e129e5f55d030a197d))
16+
* **deps:** security upgrade express from 4.19.2 to 4.22.0 ([#628](https://github.com/descope/node-sdk/issues/628)) ([a9ad297](https://github.com/descope/node-sdk/commit/a9ad297a4a180fc4a6c3b2faf47a25913442ee8d))
17+
* **deps:** update dependency @descope/core-js-sdk to v2.44.3 ([#528](https://github.com/descope/node-sdk/issues/528)) ([a0d51bc](https://github.com/descope/node-sdk/commit/a0d51bc9ff75ccf276a1bc1381522ced432151df))
18+
* **deps:** update dependency @descope/core-js-sdk to v2.44.4 ([#551](https://github.com/descope/node-sdk/issues/551)) ([c1ace65](https://github.com/descope/node-sdk/commit/c1ace6575d6c42405f9e86c4bf18f296f0be2f3b))
19+
* **deps:** update dependency @descope/core-js-sdk to v2.44.5 ([#558](https://github.com/descope/node-sdk/issues/558)) ([105f0c9](https://github.com/descope/node-sdk/commit/105f0c9035be63da2ddcec8ed4b40aed4cc4034b))
20+
* **deps:** update dependency @descope/core-js-sdk to v2.45.0 ([#559](https://github.com/descope/node-sdk/issues/559)) ([ed76054](https://github.com/descope/node-sdk/commit/ed760547b5c37027d258642c5f765c7c8d0b0e05))
21+
* **deps:** update dependency @descope/core-js-sdk to v2.46.0 ([#565](https://github.com/descope/node-sdk/issues/565)) ([320fb99](https://github.com/descope/node-sdk/commit/320fb999bfe370718c0f35c6a30cbe19b9f1e338))
22+
* **deps:** update dependency @descope/core-js-sdk to v2.46.1 ([#566](https://github.com/descope/node-sdk/issues/566)) ([a3c4970](https://github.com/descope/node-sdk/commit/a3c4970fefcd7aeaeea545fd9d913e34e5d76654))
23+
* **deps:** update dependency @descope/core-js-sdk to v2.46.2 ([#567](https://github.com/descope/node-sdk/issues/567)) ([0295559](https://github.com/descope/node-sdk/commit/02955597f869133e120e903dcd49d626f3b72968))
24+
* **deps:** update dependency @descope/core-js-sdk to v2.47.0 ([#571](https://github.com/descope/node-sdk/issues/571)) ([cd44bbe](https://github.com/descope/node-sdk/commit/cd44bbebd8b434acb100524970c578283b7e3fc3))
25+
* **deps:** update dependency @descope/core-js-sdk to v2.48.0 ([#572](https://github.com/descope/node-sdk/issues/572)) ([49faba4](https://github.com/descope/node-sdk/commit/49faba4cfe37f06e611eb9575dfb22a42d102932))
26+
* **deps:** update dependency @descope/core-js-sdk to v2.49.0 ([#575](https://github.com/descope/node-sdk/issues/575)) ([9f0e0c5](https://github.com/descope/node-sdk/commit/9f0e0c5257a3c77744ba33a8b8d4f3c24d2a31bb))
27+
* **deps:** update dependency @descope/core-js-sdk to v2.50.0 ([#581](https://github.com/descope/node-sdk/issues/581)) ([524fbf3](https://github.com/descope/node-sdk/commit/524fbf3f0509122f7c7c09e24a9f57cae3138778))
28+
* **deps:** update dependency @descope/core-js-sdk to v2.50.1 ([#588](https://github.com/descope/node-sdk/issues/588)) ([287d828](https://github.com/descope/node-sdk/commit/287d828d23184f7f309655e82f0d5112f2916106))
29+
* **deps:** update dependency @descope/core-js-sdk to v2.51.0 ([#592](https://github.com/descope/node-sdk/issues/592)) ([df55f70](https://github.com/descope/node-sdk/commit/df55f70e31c5e98074ea354b6cd080ea5788b37b))
30+
* **deps:** update dependency @descope/core-js-sdk to v2.52.1 ([#596](https://github.com/descope/node-sdk/issues/596)) ([22a9170](https://github.com/descope/node-sdk/commit/22a9170450ce0c26b9e9c941ffbb3edcec2501ea))
31+
* **deps:** update dependency @descope/core-js-sdk to v2.52.2 ([#599](https://github.com/descope/node-sdk/issues/599)) ([80e0e80](https://github.com/descope/node-sdk/commit/80e0e8096dc27486018541b827e7f1bd6a86366e))
32+
* **deps:** update dependency @descope/core-js-sdk to v2.53.0 ([#604](https://github.com/descope/node-sdk/issues/604)) ([eddb32c](https://github.com/descope/node-sdk/commit/eddb32ca73e3b60539ed804967ecbd85bcd3c647))
33+
* **deps:** update dependency @descope/core-js-sdk to v2.53.1 ([#606](https://github.com/descope/node-sdk/issues/606)) ([c768daa](https://github.com/descope/node-sdk/commit/c768daa66f3112031f502d0fd5d3dfb7e5e1463b))
34+
* **deps:** update dependency @descope/core-js-sdk to v2.54.0 ([#617](https://github.com/descope/node-sdk/issues/617)) ([17782c6](https://github.com/descope/node-sdk/commit/17782c6bd9c95f999759d68d8bba472cc4459681))
35+
* **deps:** update dependency @descope/core-js-sdk to v2.56.0 ([#619](https://github.com/descope/node-sdk/issues/619)) ([f4e5df2](https://github.com/descope/node-sdk/commit/f4e5df2db4d018d4a83a8d42cbb6bcb83f002269))
36+
* Fix jwt refresh errors when using jwts in cookies RELEASE ([#535](https://github.com/descope/node-sdk/issues/535)) ([c61c76b](https://github.com/descope/node-sdk/commit/c61c76be8b73807b5a12dfd0a8d642a540d57b48))
37+
* Issue8683 ([#561](https://github.com/descope/node-sdk/issues/561)) ([b457c17](https://github.com/descope/node-sdk/commit/b457c17fbe60fcae51856acda6a583aee476425e))
38+
* return refresh JWT ([#530](https://github.com/descope/node-sdk/issues/530)) ([e0dad0b](https://github.com/descope/node-sdk/commit/e0dad0b1a4b37bd7bcee7d876563c02f4a8a55be))
39+
* **workflows:** add GitHub App token generation step ([#634](https://github.com/descope/node-sdk/issues/634)) ([29231c6](https://github.com/descope/node-sdk/commit/29231c63ce1be79cc7c3497dae65861d03b9ecb1))
40+
341
## 1.7.7 (2025-06-11)
442

543
### Features

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@descope/node-sdk",
3-
"version": "1.7.21",
3+
"version": "1.8.0",
44
"description": "Node.js library used to integrate with Descope",
55
"typings": "./dist/index.d.ts",
66
"main": "dist/cjs/index.cjs.js",
@@ -31,9 +31,9 @@
3131
"build": "rimraf dist && rollup -c",
3232
"prepare": "husky install",
3333
"quick": "npm i && npm run build && cd examples/es6/ && npm i && npm run generateCerts && npm start",
34-
"format": "prettier . --write --ignore-path .gitignore",
35-
"format-check": "prettier . --check --ignore-path .gitignore",
36-
"format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
34+
"format": "prettier . --write",
35+
"format-check": "prettier . --check",
36+
"format-lint": "pretty-quick --staged && lint-staged",
3737
"size": "npm run build && size-limit",
3838
"lint": "eslint lib/**/*.ts --fix",
3939
"leaks": "bash ./scripts/gitleaks/gitleaks.sh",

0 commit comments

Comments
 (0)