We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880e759 commit ab753a8Copy full SHA for ab753a8
packages/utils/changelog.ts
@@ -11,7 +11,13 @@ export type VersionEntry = {
11
12
const VERSIONS: VersionEntry[] = [
13
{
14
- date: `2026-02-01T13:20:00-08:00`,
+ 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`,
21
product: 'web',
22
body: `## Improvements
23
- Made some clarity improvements to the Personal Access Token screen.
0 commit comments