fix(smartagent): bump patch version to 1.5.1 (no changes in diff)

This commit is contained in:
2026-01-20 02:45:41 +00:00
parent 4310c8086b
commit 83422b4b0e
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

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