From fc0754f42a969fd2f019dea0849758b1d6b99255 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:18:29 +0000 Subject: [PATCH 1/2] chore(main): release 1.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd94..4c313f93 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 00afb43a..31506c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.0](https://github.com/agentclientprotocol/typescript-sdk/compare/v1.3.0...v1.4.0) (2026-08-20) + + +### Features + +* Stabilize elicitation APIs ([#242](https://github.com/agentclientprotocol/typescript-sdk/issues/242)) ([dc3b0e4](https://github.com/agentclientprotocol/typescript-sdk/commit/dc3b0e420f5a6334ced6404832d8113f5ec93916)) + + +### Bug Fixes + +* **jsonrpc:** report malformed input ([#230](https://github.com/agentclientprotocol/typescript-sdk/issues/230)) ([0819dbe](https://github.com/agentclientprotocol/typescript-sdk/commit/0819dbebfbed9e8262f6c6617ac57d3408120b1b)) +* **server:** preserve routed outbound messages ([#231](https://github.com/agentclientprotocol/typescript-sdk/issues/231)) ([5f58a95](https://github.com/agentclientprotocol/typescript-sdk/commit/5f58a95a10bfb67cc21c9c48c8436cf021c67fd8)) +* **v2:** enforce initialization lifecycle ([#235](https://github.com/agentclientprotocol/typescript-sdk/issues/235)) ([b7d6e81](https://github.com/agentclientprotocol/typescript-sdk/commit/b7d6e81feae289e171ebaf78b4b3db8386c1fff0)) +* **v2:** enforce method contracts ([#229](https://github.com/agentclientprotocol/typescript-sdk/issues/229)) ([0101014](https://github.com/agentclientprotocol/typescript-sdk/commit/01010146a731212fbbb677d6055e0b7bf183b288)) + ## [1.3.0](https://github.com/agentclientprotocol/typescript-sdk/compare/v1.2.1...v1.3.0) (2026-07-21) diff --git a/package-lock.json b/package-lock.json index ee88dd58..442af2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentclientprotocol/sdk", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentclientprotocol/sdk", - "version": "1.3.0", + "version": "1.4.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 4ea8ab6f..1122ef95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentclientprotocol/sdk", - "version": "1.3.0", + "version": "1.4.0", "publishConfig": { "access": "public" }, From 750eb03b513bfd9c2aff3abbce9ea9aef5a06282 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Thu, 20 Aug 2026 15:55:43 -0700 Subject: [PATCH 2/2] Ignore changelog typos --- typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/typos.toml b/typos.toml index adf90cff..5ceb171e 100644 --- a/typos.toml +++ b/typos.toml @@ -6,6 +6,7 @@ extend-exclude = [ "target/", "node_modules/", "dist/", + "CHANGELOG.md", # Generated schema files "schema/",