From 539132a527451607290bd204dc0403a640d4293d Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:24:35 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 31c61d89..114f4374 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-18T12:30:00-08:00`, + product: 'web', + body: `## Improvements +- Overhauled version creation to be more intelligent and easier to use. +- Versions and gallery images are now created and edited in project settings.`, + }, { date: `2025-12-18T11:20:00-08:00`, product: 'web',