Skip to content

Commit 596fd81

Browse files
committed
changelog
1 parent 388ba61 commit 596fd81

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

packages/blog/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-05-02T22:09:01+00:00`,
15+
product: 'app',
16+
version: '0.13.8',
17+
body: `## Fixed
18+
- Fixed exclude open source filter not working.
19+
- Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.`,
20+
},
21+
{
22+
date: `2026-05-02T22:09:01+00:00`,
23+
product: 'web',
24+
body: `## Fixed
25+
- Fixed exclude open source filter not working.
26+
- Fixed 404 error when returning to collections dashboard from a collection page.
27+
- Fixed error loading revenue transfer history page.
28+
- Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.`,
29+
},
1330
{
1431
date: `2026-04-29T17:19:44+00:00`,
1532
product: 'app',

0 commit comments

Comments
 (0)