Skip to content

Commit 09ae351

Browse files
committed
Update changelog
1 parent b665c17 commit 09ae351

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/utils/changelog.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-03-12T10:15:00-08:00`,
15+
product: 'web',
16+
body: `### Improvements
17+
- Fixed low-res icons being pixelated.
18+
- Fixed mobile navbar hiding bottom of footer.
19+
- Updated CMP info page to correct some incorrect information.
20+
- Updated CCPA notice with updated information since Modrinth Servers and Modrinth+.
21+
- Fixed review page failing under edge case.`,
22+
},
1323
{
1424
date: `2025-03-05T17:40:00-08:00`,
1525
product: 'web',

0 commit comments

Comments
 (0)