Skip to content

Commit

Permalink
closes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 25, 2024
1 parent 2af222c commit db4e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/changelog.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ export class ChangelogService {
locale: string
): IChangelogEntry[] | undefined {
const changelog = this.changelogByProductIdAndLocale();
return changelog?.[productId]?.[locale];
return changelog?.[productId]?.[locale].reverse();
}
}

0 comments on commit db4e4aa

Please sign in to comment.