From 4402c568d3f345414f4cc88c6e42f096183bcc84 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 11 Mar 2026 19:42:29 +0000 Subject: [PATCH] fix(repository): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c9dab90..8722e3b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-11 - 0.1.1 - fix(repository) +no changes to commit + + ## 2026-03-07 - 0.1.0 - feat(web) add web demo and polish Lit web components UI and demo tooling diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8a4453f..33e77ee 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartchat', - version: '0.1.0', + version: '0.1.1', description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 8a4453f..33e77ee 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartchat', - version: '0.1.0', + version: '0.1.1', description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.' }