diff --git a/typescript/.changeset/proud-comics-invite.md b/typescript/.changeset/proud-comics-invite.md deleted file mode 100644 index 5cecd7c50..000000000 --- a/typescript/.changeset/proud-comics-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-onchain-agent": patch ---- - -Fixed build setup for mcp server templates diff --git a/typescript/create-onchain-agent/CHANGELOG.md b/typescript/create-onchain-agent/CHANGELOG.md index b7d112cb6..d5e43d6d8 100644 --- a/typescript/create-onchain-agent/CHANGELOG.md +++ b/typescript/create-onchain-agent/CHANGELOG.md @@ -1,5 +1,11 @@ # Coinbase Create Onchain Agent Changelog +## 0.3.3 + +### Patch Changes + +- [#674](https://github.com/coinbase/agentkit/pull/674) [`fe38f3e`](https://github.com/coinbase/agentkit/commit/fe38f3e4a02d90f3a5452cc2f7c2273abbe46462) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Fixed build setup for mcp server templates + ## 0.3.2 ### Patch Changes diff --git a/typescript/create-onchain-agent/package.json b/typescript/create-onchain-agent/package.json index f58870c0f..50f2f6cac 100644 --- a/typescript/create-onchain-agent/package.json +++ b/typescript/create-onchain-agent/package.json @@ -2,7 +2,7 @@ "name": "create-onchain-agent", "description": "Instantly create onchain-agent applications with Coinbase AgentKit.", "repository": "https://github.com/coinbase/agentkit", - "version": "0.3.2", + "version": "0.3.3", "author": "Coinbase Inc.", "license": "Apache-2.0", "scripts": {