Skip to content

Commit

Permalink
fix(docs): month (immich-app#15024)
Browse files Browse the repository at this point in the history
why is the date index at 0??
  • Loading branch information
mmomjian authored Jan 2, 2025
1 parent efa24d2 commit fabf878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit fabf878

Please sign in to comment.