Skip to content

Commit db738ff

Browse files
Prospectorfetchfern
authored andcommitted
changelog
1 parent a1aaa57 commit db738ff

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

packages/utils/changelog.ts

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2025-09-29T09:45:00-07:00`,
14+
date: `2025-09-29T12:50:00-07:00`,
15+
product: 'web',
16+
body: `### Improvements
17+
- Re-enabled the creation of organizations.
18+
- Added limits for creating content on Modrinth
19+
- Up to 256 projects
20+
- Up to 16 organizations
21+
- Up to 64 collections
22+
- If you need more, please contact [support](https://support.modrinth.com) and explain why, and we can increase your limits.`,
23+
},
24+
{
25+
date: `2025-09-29T12:50:00-07:00`,
1526
product: 'app',
1627
version: '0.10.8',
1728
body: `### Improvements
@@ -33,12 +44,6 @@ const VERSIONS: VersionEntry[] = [
3344
- Pressing 'Enter' after typing in a friend's username will now send the friend request.
3445
- Improved error handling from Modrinth API.
3546
- Fixed the white flash when the app is opened on certain systems. (Contributed by [aervxa](https://github.com/modrinth/code/pull/4177))`,
36-
},
37-
{
38-
date: `2025-09-26T13:00:00+02:00`,
39-
product: 'web',
40-
body: `### Improvements
41-
- Re-enabled the creation of Organizations.`,
4247
},
4348
{
4449
date: `2025-09-25T19:15:00-07:00`,

0 commit comments

Comments
 (0)