diff --git a/changelog.md b/changelog.md index 4003ce4..acb8d89 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-20 - 1.4.2 - fix(repo) +no changes detected in diff + +- No files changed in diff; no code or metadata updates were made. +- No version bump required. + ## 2026-01-20 - 1.4.1 - fix() no changes detected (empty diff) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9d32792..f5814f7 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.1', + version: '1.4.2', description: 'an agentic framework built on top of @push.rocks/smartai' }