Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | /**
* Single source of truth for release-specific facts displayed on the website.
* Update this file when publishing a new version so all locale files stay in sync.
*/
export const releaseMetadata = {
/** Latest featured release version label */
releaseVersion: __APP_VERSION__,
/** ISO date of the featured release */
releaseDate: '2026-03-22',
/** Number of non-translatable highlight icons */
highlightIcons: ['✨', '✨', '✨', '✨', '⚠️'] as const,
};
|