We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20059e6 commit e114c74Copy full SHA for e114c74
1 file changed
packages/utils/changelog.ts
@@ -10,6 +10,14 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-08-20T13:30:00-07:00`,
15
+ product: 'app',
16
+ version: '0.10.7',
17
+ body: `### Improvements
18
+- Fixed Quick Play not working with Singleplayer worlds.
19
+- Updated ad fallback to Medal promo.`,
20
+ },
21
{
22
date: `2025-08-19T13:56:00-07:00`,
23
product: 'web',
0 commit comments