Skip to content

Commit f7c86f9

Browse files
committed
update changelog
1 parent fe684ab commit f7c86f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-11-28T11:45:00-08:00`,
15+
product: 'app',
16+
version: '0.10.21',
17+
body: `## Improvements
18+
- Install dependencies added in an update automatically.
19+
- Fixed auth server check.`,
20+
},
1321
{
1422
date: `2025-11-19T15:15:00-08:00`,
1523
product: 'app',

0 commit comments

Comments
 (0)