Skip to content

Commit

Permalink
fix: change type typo for improvement (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschb2b authored Sep 10, 2024
1 parent 72c2b73 commit fe2e674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/changelog.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {

export const ChangeTypeMap: Record<ChangeType, string> = {
[ChangeType.FEATURE]: 'Neu',
[ChangeType.IMPROVEMENT]: 'Angegepasst',
[ChangeType.IMPROVEMENT]: 'Angepasst',
[ChangeType.FIX]: 'Behoben',
[ChangeType.NOTE]: 'Notiz',
[ChangeType.BREAKING]: 'Geändertes Verhalten',
Expand Down

0 comments on commit fe2e674

Please sign in to comment.