From 7be67543bf1213e85ba945744085faf4a2ee9429 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 11 May 2026 11:11:43 +0000 Subject: [PATCH] v3.1.1 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0071c97..113751a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-11 - 3.1.1 + ### Fixes - update release configuration to schema version 2 with npm target settings (smartconfig) diff --git a/package.json b/package.json index 99f42ad..c82bcc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartagent", - "version": "3.1.0", + "version": "3.1.1", "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 8c653e8..c5316bf 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.1.0', + version: '3.1.1', description: 'Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai.' }