diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97bce11..fc5553b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7059ae6..a8240a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.24.0](https://github.com/agentclientprotocol/typescript-sdk/compare/v0.23.0...v0.24.0) (2026-06-02) + + +### Features + +* Add resilient schema deserialization ([#167](https://github.com/agentclientprotocol/typescript-sdk/issues/167)) ([5864e73](https://github.com/agentclientprotocol/typescript-sdk/commit/5864e7306e0feb0852cef9aee2a5ba53a0a7f627)) +* **schema:** Stabilize addl dirs and remove unstable model selectors ([#165](https://github.com/agentclientprotocol/typescript-sdk/issues/165)) ([fa6e302](https://github.com/agentclientprotocol/typescript-sdk/commit/fa6e30280874ccd702cc4ab7577d402d2864f619)) + ## [0.23.0](https://github.com/agentclientprotocol/typescript-sdk/compare/v0.22.1...v0.23.0) (2026-06-01) diff --git a/package-lock.json b/package-lock.json index eb44fa8..e55009c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentclientprotocol/sdk", - "version": "0.23.0", + "version": "0.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentclientprotocol/sdk", - "version": "0.23.0", + "version": "0.24.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index dcec8f6..a4176b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentclientprotocol/sdk", - "version": "0.23.0", + "version": "0.24.0", "publishConfig": { "access": "public" },