diff --git a/changelog.md b/changelog.md index 7f3631a..0215c73 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,9 @@ + +## 2026-05-18 - 3.7.0 + ### Features - add MCP tool integration via dedicated subpath export (mcp) diff --git a/package.json b/package.json index 901b68f..f86a326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartagent", - "version": "3.6.0", + "version": "3.7.0", "private": false, "description": "Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b4543e1..8edf7ca 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartagent', - version: '3.6.0', + version: '3.7.0', description: 'Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai.' }