From 4b6de7526c287ea6a733efe8d0d8920a5e2ece17 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:07:30 -0800 Subject: [PATCH] 0.11.3 changelog --- packages/utils/changelog.ts | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 9aca9b04c..653ee6596 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,16 +10,17 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ -// { -// date: `TBD`, -// product: 'app', -// version: '0.11.3', -// body: `- Added warning banner for installing content to server instance. -// - Fixed server instance pinging to be less jumpy and only ping once in instance. -// - Fixed unlinking instance not giving sufficient feedback. -// - Improved the identification of server project worlds for tracking. -// - Fixed many other visual issues with server projects.`, -// }, + { + date: `2026-03-06T19:10:00-08:00`, + product: 'app', + version: '0.11.3', + body: `## Improvements +- Added warning banner for installing content to server instance. +- Fixed server instance pinging to be less jumpy and only ping once in instance. +- Fixed unlinking instance not giving sufficient feedback. +- Improved the identification of server project worlds for tracking. +- Fixed many other visual issues with server projects.`, + }, { date: `2026-03-06T18:40:00-08:00`, product: 'web',