From 7cb970f9e2aa33b8e201663e31f7dc9c4d49af37 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 20 Jan 2026 03:56:44 +0000 Subject: [PATCH] fix(release): bump version to 1.6.2 --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cc1e5b6..4a2cf2d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-01-20 - 1.6.2 - fix(release) +bump version to 1.6.2 + +- No source changes detected in the diff +- Current package.json version is 1.6.1 +- Recommend a patch bump to 1.6.2 for a release + ## 2026-01-20 - 1.6.1 - fix(driveragent) include full message history for tool results and use a continuation prompt when invoking provider.collectStreamResponse diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f8c88d6..0e8020e 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: '1.6.1', + version: '1.6.2', description: 'an agentic framework built on top of @push.rocks/smartai' }