changelog

This commit is contained in:
Prospector
2026-05-04 18:34:24 -07:00
parent 118046d690
commit b442fa4cca

View File

@@ -10,6 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2026-05-05T01:34:18+00:00`,
product: 'web',
body: `## Fixed
- Fixed unauthorized error when loading a user's own project or organization settings.`,
},
{ {
date: `2026-05-04T19:57:12+00:00`, date: `2026-05-04T19:57:12+00:00`,
product: 'web', product: 'web',