Skip to content

Commit 937be84

Browse files
committed
changelog
1 parent fef6df1 commit 937be84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-01-01T17:25:00-08:00`,
15+
product: 'web',
16+
body: `## Improvements
17+
- Fixed balance page displaying NaN.`,
18+
},
1319
{
1420
date: `2025-12-31T10:20:00-08:00`,
1521
product: 'web',

0 commit comments

Comments
 (0)