From 9bf8e508c705d40117f5a567a7302d4237373c1e Mon Sep 17 00:00:00 2001 From: ginnoir Date: Wed, 8 Jul 2026 21:41:06 -0500 Subject: [PATCH] chore: release v0.6.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b076683..d077290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.3](https://github.com/ginnoir/famapp/compare/v0.6.2...v0.6.3) (2026-07-09) + +### Bug Fixes + +- **agent:** raise tool rounds and ease calendar creates ([d3e79ed](https://github.com/ginnoir/famapp/commit/d3e79edb9ef0b931fa9d6e6629dad2677d661741)) + ## [0.6.2](https://github.com/ginnoir/famapp/compare/v0.6.1...v0.6.2) (2026-07-09) ### Features diff --git a/package.json b/package.json index 2d0407c..ed6f422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.6.2", + "version": "0.6.3", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",