feat(supported-version): add recent kind (#188)

This commit is contained in:
Damien Retzinger
2025-04-09 09:51:01 -04:00
committed by GitHub
parent 157b6877e2
commit 2f1b2eaa5d
7 changed files with 120 additions and 69 deletions
+1
View File
@@ -6,6 +6,7 @@ export const KNOWN_KINDS = {
'latest': true,
'custom': true,
'nightly': true,
'recent': true,
'all': true,
}