From ed5a74a9d32d2f4bd0feaf5ebbbac5fcc7998bbb Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 29 May 2026 13:03:02 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 0c0a763b7..e67a01434 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,15 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-29T20:01:16+00:00`, + product: 'web', + body: `## Changed +- Completely overhauled project analytics. See our [blog post](https://modrinth.com/news/article/analytics-overhaul/) to learn about it! + +## Fixed +- Fixed i18n bug in the resubmit project modal.`, + }, { date: `2026-05-29T01:44:44+00:00`, product: 'web',