From 0be93d088bc2baf6ee121263f6336cd42bd5c9e4 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 18 Jul 2026 17:23:06 -0500 Subject: [PATCH] chore: release v0.6.9 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee4169..7fee395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.9](https://github.com/ginnoir/famapp/compare/v0.6.8...v0.6.9) (2026-07-18) + +### Bug Fixes + +- build share urls from auth_url instead of localhost ([832e726](https://github.com/ginnoir/famapp/commit/832e7265c9354edf86f28f72f129ee34da8c3d04)) + ## [0.6.8](https://github.com/ginnoir/famapp/compare/v0.6.7...v0.6.8) (2026-07-18) ### Bug Fixes diff --git a/package.json b/package.json index 83e6143..681d3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.6.8", + "version": "0.6.9", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",