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 a0e8c7f commit faec9c2Copy full SHA for faec9c2
packages/utils/changelog.ts
@@ -10,6 +10,13 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2026-01-18T11:35:00-08:00`,
15
+ product: 'web',
16
+ body: `## Improvements
17
+- Updated home page project count to 100,000+.
18
+- Fixed versions with duplicate changelogs not grouping together in Changelog tab on project pages.`,
19
+ },
20
{
21
date: `2026-01-16T12:05:00-08:00`,
22
product: 'hosting',
0 commit comments