Renumber consolidated release to v26 after v25

This commit is contained in:
2026-09-04 20:33:09 -07:00
parent 79f3d40fcd
commit 83b8ed0411
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,14 +6,14 @@
// - Only an explicitly requested release bumps VERSION and both flake.nix versions.
// - At release, consolidate the batch into titled groups and add its version/date.
export const VERSION = 50;
export const VERSION = 26;
// Newest first. In testing: { version: null, changes: [string, ...] }.
// Release: { version, date: 'YYYY-MM-DD', groups: [{ title, changes: [...] }] }.
// Historical flat changes arrays are also supported. Omit the testing entry when empty.
export const CHANGELOG = [
{
version: 50,
version: 26,
date: '2026-09-04',
groups: [
{ title: 'Themes & table layout', changes: [