Skip to content

Commit 9a7b9ed

Browse files
chore(main): release 10.9.0
1 parent 08a8a73 commit 9a7b9ed

4 files changed

Lines changed: 19 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-
".": "10.8.0"
2+
".": "10.9.0"
33
}

CHANGELOG.md

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

3+
## [10.9.0](https://github.com/workos/workos-node/compare/v10.8.0...v10.9.0) (2026-07-30)
4+
5+
6+
### Features
7+
8+
* Add linkClaimAttemptToExternalUser to Agents module ([#1652](https://github.com/workos/workos-node/issues/1652)) ([5e4813f](https://github.com/workos/workos-node/commit/5e4813f8f47e1d4c7d8bacd792d7e7939a9a6d64))
9+
* Add user API key methods ([#1655](https://github.com/workos/workos-node/issues/1655)) ([17e41e0](https://github.com/workos/workos-node/commit/17e41e09d59fe8fdfd62c524418ce49c7c19f9de))
10+
* Distinguish transient from terminal failures in CookieSession.refresh() ([#1663](https://github.com/workos/workos-node/issues/1663)) ([2c570a5](https://github.com/workos/workos-node/commit/2c570a56f12f156bee11ebbf6781e77cfb3cbb48))
11+
12+
13+
### Bug Fixes
14+
15+
* `totp` on list-path `AuthenticationFactor` is now optional to match the API ([#1665](https://github.com/workos/workos-node/issues/1665)) ([53a506b](https://github.com/workos/workos-node/commit/53a506ba1f69452dd0ca42f8667914aab81e12d4))
16+
* delete requests drop query params passed via `{query: ...}` ([#1668](https://github.com/workos/workos-node/issues/1668)) ([08a8a73](https://github.com/workos/workos-node/commit/08a8a7329dca7774ece76fb1dcdd274f738b772e))
17+
318
## [10.8.0](https://github.com/workos/workos-node/compare/v10.7.0...v10.8.0) (2026-07-16)
419

520

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": "@workos-inc/node",
3-
"version": "10.8.0",
3+
"version": "10.9.0",
44
"description": "A Node wrapper for the WorkOS API",
55
"keywords": [
66
"workos"

0 commit comments

Comments
 (0)