diff --git a/typescript/.changeset/funny-masks-lie.md b/typescript/.changeset/funny-masks-lie.md deleted file mode 100644 index 8a6181345..000000000 --- a/typescript/.changeset/funny-masks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Updated x402 actions to v2 and improved discovery and query/body parameter handling diff --git a/typescript/.changeset/neat-tables-sort.md b/typescript/.changeset/neat-tables-sort.md deleted file mode 100644 index 08cd60809..000000000 --- a/typescript/.changeset/neat-tables-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Updated polygon network apiUrl for both mainnet and amoy diff --git a/typescript/agentkit/CHANGELOG.md b/typescript/agentkit/CHANGELOG.md index 4f801acb4..ede6724c5 100644 --- a/typescript/agentkit/CHANGELOG.md +++ b/typescript/agentkit/CHANGELOG.md @@ -1,5 +1,13 @@ # AgentKit Changelog +## 0.10.5 + +### Patch Changes + +- [#898](https://github.com/coinbase/agentkit/pull/898) [`16fb4a1`](https://github.com/coinbase/agentkit/commit/16fb4a1c4674787ac8442efc88e0830573f3208d) Thanks [@phdargen](https://github.com/phdargen)! - Updated x402 actions to v2 and improved discovery and query/body parameter handling + +- [#882](https://github.com/coinbase/agentkit/pull/882) [`8eab8b8`](https://github.com/coinbase/agentkit/commit/8eab8b85a496249e8e080a78c4ecf9b92f6c8504) Thanks [@sanketsaagar](https://github.com/sanketsaagar)! - Updated polygon network apiUrl for both mainnet and amoy + ## 0.10.4 ### Patch Changes diff --git a/typescript/agentkit/package.json b/typescript/agentkit/package.json index dd74ccdc2..6b5454fdc 100644 --- a/typescript/agentkit/package.json +++ b/typescript/agentkit/package.json @@ -2,7 +2,7 @@ "name": "@coinbase/agentkit", "description": "Coinbase AgentKit core primitives", "repository": "https://github.com/coinbase/agentkit", - "version": "0.10.4", + "version": "0.10.5", "author": "Coinbase Inc.", "license": "Apache-2.0", "main": "dist/index.js",