From 56dba8ccc290f4cf6bec72ffd4f783e391ca87cf Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 20 Aug 2026 15:10:17 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index eb391439bc..5c828b228d 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-08-20T22:10:10+00:00`, + product: 'app', + version: '0.18.2', + body: `## Security +- Fixed .mrpack exports replacing the original file with the primary file of a version previously detected on hash lookup.`, + }, { date: `2026-08-20T21:46:49+00:00`, product: 'app',