Skip to content

Commit 75e3994

Browse files
committed
update changelog
1 parent 71e28e1 commit 75e3994

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/utils/changelog.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ export type VersionEntry = {
1010
}
1111

1212
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+
product: 'app',
23+
version: '0.10.11',
24+
body: `## Improvements
25+
- Fixed ads being able to play audio.`,
26+
},
1327
{
1428
date: `2025-10-14T18:45:00-07:00`,
1529
product: 'servers',

0 commit comments

Comments
 (0)