We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528a9b7 commit 9b4c84dCopy full SHA for 9b4c84d
1 file changed
packages/blog/changelog.ts
@@ -10,6 +10,16 @@ export type VersionEntry = {
10
}
11
12
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
+ },
23
{
24
date: `2026-07-21T18:43:00+00:00`,
25
product: 'web',
0 commit comments