1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-09 13:26:47 +01:00

fix(docs): month (#15024)

why is the date index at 0??
This commit is contained in:
Matthew Momjian 2025-01-01 19:34:01 -05:00 committed by GitHub
parent efa24d26e6
commit fabf878637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ import React from 'react';
import { Item, Timeline } from '../components/timeline';
const releases = {
'v1.122.0': new Date(2024, 12, 5),
'v1.122.0': new Date(2024, 11, 5),
'v1.120.0': new Date(2024, 10, 6),
'v1.114.0': new Date(2024, 8, 6),
'v1.113.0': new Date(2024, 7, 30),