diff --git a/changelog.md b/changelog.md index ea8f106..463b089 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-20 - 1.5.2 - fix() +no changes in this diff; nothing to release + +- No files changed; no release required +- No code or dependency changes detected + ## 2026-01-20 - 1.5.1 - fix(smartagent) bump patch version to 1.5.1 (no changes in diff) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8c2dbfa..76d8ea1 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.5.1', + version: '1.5.2', description: 'an agentic framework built on top of @push.rocks/smartai' }