From 6c86bb933b475f6fbaa0f206a201806f3bf840d0 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:11:22 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 8f4fe8189e..c50f088c19 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,14 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-07-21T20:10:55+00:00`, + product: 'app', + version: '0.15.16', + body: `## Fixed +- Fixed skins having a massive UV offset. +- Fixed deeplink issues for slugs containing + characters.`, + }, { date: `2026-07-21T19:36:51+00:00`, product: 'app',