From 83422b4b0e0cbc370bdb15da2bacfaf47a419d5a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 20 Jan 2026 02:45:41 +0000 Subject: [PATCH] fix(smartagent): bump patch version to 1.5.1 (no changes in diff) --- 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 2235c82..ea8f106 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-01-20 - 1.5.1 - fix(smartagent) +bump patch version to 1.5.1 (no changes in diff) + +- No code changes detected in the provided diff +- Current package.json version is 1.5.0 +- Recommended semantic version bump: patch -> 1.5.1 + ## 2026-01-20 - 1.5.0 - feat(driveragent) preserve assistant reasoning in message history and update @push.rocks/smartai dependency to ^0.13.0 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b92be2f..8c2dbfa 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.0', + version: '1.5.1', description: 'an agentic framework built on top of @push.rocks/smartai' }