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