diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 301fbc139..a9b635553 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.10.0" + ".": "10.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a2c85df..87aa799e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.11.0](https://github.com/workos/workos-node/compare/v10.10.0...v10.11.0) (2026-08-21) + + +### Features + +* Evaluate custom targets in the feature flags runtime client ([#1674](https://github.com/workos/workos-node/issues/1674)) ([f30c3fa](https://github.com/workos/workos-node/commit/f30c3fa4233185ac965dbaec9a13f02f7db2ecbe)) + ## [10.10.0](https://github.com/workos/workos-node/compare/v10.9.0...v10.10.0) (2026-08-13) diff --git a/package-lock.json b/package-lock.json index 144b7152e..0b24fdde2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/node", - "version": "10.10.0", + "version": "10.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/node", - "version": "10.10.0", + "version": "10.11.0", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", diff --git a/package.json b/package.json index 06a51333f..f272ed6a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/node", - "version": "10.10.0", + "version": "10.11.0", "description": "A Node wrapper for the WorkOS API", "keywords": [ "workos"