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 9e4317a commit 3a40ee8Copy full SHA for 3a40ee8
packages/utils/changelog.ts
@@ -10,6 +10,15 @@ export type VersionEntry = {
10
}
11
12
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
+ },
22
{
23
date: `2025-12-29T14:40:00-08:00`,
24
product: 'web',
0 commit comments