Skip to content

Commit ab753a8

Browse files
committed
changelog
1 parent 880e759 commit ab753a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/utils/changelog.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2026-02-01T13:20:00-08:00`,
14+
date: `2026-02-03T09:15:00-08:00`,
15+
product: 'web',
16+
body: `## Improvements
17+
- Fixed some .jar files being detected as Resource Packs when uploading new versions.`,
18+
},
19+
{
20+
date: `2026-02-02T13:20:00-08:00`,
1521
product: 'web',
1622
body: `## Improvements
1723
- Made some clarity improvements to the Personal Access Token screen.

0 commit comments

Comments
 (0)