From 6a4fd3ccebfd998569b2d267c48c56ab37d068a8 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Thu, 30 Nov 2023 13:44:06 +0800 Subject: [PATCH] chore: update VersionData --- src/VersionData.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/VersionData.ts b/src/VersionData.ts index cfbab7b..7dcb475 100644 --- a/src/VersionData.ts +++ b/src/VersionData.ts @@ -36,6 +36,12 @@ export const SEASONS: Season[] = [ start: new Date("2023-09-01T00:00:00+00:00"), end: new Date("2023-12-01T00:00:00+00:00"), }, + { + id: "season202312", + name: "Chill Season 2023", + start: new Date("2023-12-01T00:00:00+00:00"), + end: new Date("2024-03-01T00:00:00+00:00"), + }, ]; export const getSeason = (date: Date): Season | undefined => {