Skip to content

Commit faec9c2

Browse files
committed
changelog
1 parent a0e8c7f commit faec9c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/utils/changelog.ts

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

1212
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+
},
1320
{
1421
date: `2026-01-16T12:05:00-08:00`,
1522
product: 'hosting',

0 commit comments

Comments
 (0)