feat(supported-versions): 1.3.1 (#297)

This commit is contained in:
Fabrizio Balliano
2025-09-09 15:14:40 +01:00
committed by Damien Retzinger
parent 2b6d19f691
commit a8e8db3572
3 changed files with 36 additions and 18 deletions
@@ -128,6 +128,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
'mage-os/project-community-edition:1.3.0',
]],
['2025-09-09T00:00:01Z', 'Release of 1.3.1', [
'mage-os/project-community-edition:1.3.1',
]],
])(
'supportedVersions for %s',
(date, description ,result) => {