From 5d4f334505529c38e0f13434cbf8b1314c12e1cd Mon Sep 17 00:00:00 2001 From: Prospector Date: Tue, 8 Jul 2025 13:57:06 -0700 Subject: [PATCH] Update changelog --- packages/utils/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 2cdf10939..f1684a364 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-08T14:00:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed Modrinth Servers showing as out of stock when navigating to the page directly.`, + }, { date: `2025-07-08T11:10:00-07:00`, product: 'servers',