diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 5ab3a42a7..14172ba95 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-03-12T10:15:00-08:00`, + product: 'web', + body: `### Improvements +- Fixed low-res icons being pixelated. +- Fixed mobile navbar hiding bottom of footer. +- Updated CMP info page to correct some incorrect information. +- Updated CCPA notice with updated information since Modrinth Servers and Modrinth+. +- Fixed review page failing under edge case.`, + }, { date: `2025-03-05T17:40:00-08:00`, product: 'web',