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 74a12bd commit 0c58b5bCopy full SHA for 0c58b5b
packages/utils/changelog.ts
@@ -10,6 +10,13 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-03-02T18:45:00-08:00`,
15
+ product: 'website',
16
+ body: `### Improvements
17
+- Added option to copy version IDs from the version list for project members and developer mode.
18
+- Fixed the staff moderation checklist going off the screen.`,
19
+ },
20
{
21
date: `2025-02-25T10:20:00-08:00`,
22
product: 'servers',
0 commit comments