Skip to content

Commit 5ec144e

Browse files
authored
feat: volume 32 (#573)
Signed-off-by: Adam Setch <[email protected]>
1 parent 435698b commit 5ec144e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/common/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const VOLUME_PUBLICATION_DATES = [
5858
'Sep 2023',
5959
'Apr 2024',
6060
'Oct 2024',
61+
'Apr 2025'
6162
];
6263

6364
export const NOT_FOUND_VOLUME_NUMBER = 100;

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dotenv.config({
33
path: './config/.env',
44
});
55

6-
import { Argument, Command, Option } from 'commander';
6+
import { Argument, Command } from 'commander';
77
import { generateVolumes } from './files';
88
import { parseRadarSitemap } from './links';
99
import { generateMasterData } from './timeline';

0 commit comments

Comments
 (0)