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' }