1{
2  "header": "# Changelog\nAll notable changes to KDisplay will be documented in this file.",
3  "types": [
4    {"type": "feat", "section": "Features"},
5    {"type": "fix", "section": "Bug Fixes"},
6    {"type": "chore", "hidden": true},
7    {"type": "docs", "hidden": true},
8    {"type": "style", "hidden": true},
9    {"type": "refactor", "section": "Refactors"},
10    {"type": "perf", "hidden": true},
11    {"type": "test", "hidden": true},
12    {"type": "i18n", "hidden": true}
13    ],
14  "issuePrefixes": ["Closes #", "Fixes #"]
15}
16