From a58a91d8b88d8d903c31ad3d01504dd00819f2c1 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 23:26:40 -0500 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d25d44..7bc8b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.6.0](https://github.com/ginnoir/famapp/compare/v0.5.6...v0.6.0) (2026-07-05) + +### Features + +- per-user assistant name and system prompt customization ([e5e5090](https://github.com/ginnoir/famapp/commit/e5e509081c611b8f84e2e529f82bfa5bd7f9da52)) + +### Documentation + +- record v0.5.6 prod deploy and migration repair ([cf50f20](https://github.com/ginnoir/famapp/commit/cf50f2071442948b8d8493b464f74bc05f3900b2)) +- registry is primary image source, ghcr is backup mirror ([a2e5eb1](https://github.com/ginnoir/famapp/commit/a2e5eb111d44d7781bc3852a6d4346cb10387b52)) + ## [0.5.6](https://github.com/ginnoir/famapp/compare/v0.5.5...v0.5.6) (2026-07-05) ### Bug Fixes diff --git a/package.json b/package.json index 5cd6c67..af5e616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.5.6", + "version": "0.6.0", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",