Skip to content

Commit 3a40ee8

Browse files
committed
changelog
1 parent 9e4317a commit 3a40ee8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-12-31T10:20:00-08:00`,
15+
product: 'web',
16+
body: `## Improvements
17+
- Fixed country charts not showing in analytics.
18+
- Fixed status link on error page.
19+
- Fixed collections with many projects failing to load.
20+
- Removed incorrect suggestion to use US PayPal for international users.`,
21+
},
1322
{
1423
date: `2025-12-29T14:40:00-08:00`,
1524
product: 'web',

0 commit comments

Comments
 (0)