Skip to content

Commit 27fc079

Browse files
committed
changelog
1 parent b1438bd commit 27fc079

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: `2025-12-08T10:30:00-08:00`,
15+
product: 'web',
16+
body: `## Improvements
17+
- Fixed license URL being unable to remove from projects.`,
18+
},
1319
{
1420
date: `2025-12-05T12:00:00-08:00`,
1521
product: 'hosting',

0 commit comments

Comments
 (0)