chore: add refactor type to changelog

Former-commit-id: 4f7af880a9
This commit is contained in:
cedoor
2023-03-10 13:09:10 +00:00
parent 1a51263e5c
commit 5a0585cec2

View File

@@ -0,0 +1,7 @@
{
"types": {
"feat": { "title": "🚀 Features" },
"fix": { "title": "🐞 Bug Fixes" },
"refactor": { "title": "♻️ Refactoring" }
}
}