From c24a4306d9402f4fc1676abfc882a65f28ae58b4 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 20 Jan 2026 01:36:30 +0000 Subject: [PATCH] fix(): no changes detected (empty diff) --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2bea5ce..4003ce4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-20 - 1.4.1 - fix() +no changes detected (empty diff) + +- No files changed in this commit +- No release required + ## 2026-01-20 - 1.4.0 - feat(docs) document Dual-Agent Driver/Guardian architecture, new standard tools, streaming/vision support, progress events, and updated API/export docs diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 75ed38f..9d32792 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.4.0', + version: '1.4.1', description: 'an agentic framework built on top of @push.rocks/smartai' }