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 71e28e1 commit 75e3994Copy full SHA for 75e3994
packages/utils/changelog.ts
@@ -10,6 +10,20 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-10-15T12:15:00-07:00`,
15
+ product: 'app',
16
+ version: '0.10.12',
17
+ body: `## Improvements
18
+- Fixed cache sticking around for way too long (30 hours instead of 30 minutes).`,
19
+ },
20
21
+ date: `2025-10-15T04:11:00-07:00`,
22
23
+ version: '0.10.11',
24
25
+- Fixed ads being able to play audio.`,
26
27
{
28
date: `2025-10-14T18:45:00-07:00`,
29
product: 'servers',
0 commit comments