Skip to content

Commit 9b4c84d

Browse files
committed
changelog
1 parent 528a9b7 commit 9b4c84d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/blog/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: `2026-07-21T19:36:51+00:00`,
15+
product: 'app',
16+
version: '0.15.15',
17+
body: `## Changed
18+
- Updated the "Minecraft required" popup to a new style.
19+
20+
## Fixed
21+
- Fixed devtools opening when ads are initialized.`,
22+
},
1323
{
1424
date: `2026-07-21T18:43:00+00:00`,
1525
product: 'web',

0 commit comments

Comments
 (0)