From dc96043adcf0d7121e357c2a2eb52f17f4308084 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:38:43 -0700 Subject: [PATCH] app changelog --- packages/blog/changelog.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 0e48126e7..4f53af3e0 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,14 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-04-03T16:45:00-07:00`, + product: 'app', + version: '0.12.6', + body: `## Fixed +- Fixed dependencies of dependencies not being automatically installed. +- Improved error modal if the app errors on initialization.`, + }, { date: `2026-03-26T18:45:00-07:00`, product: 'hosting',