chore: add refactor type to changelog

This commit is contained in:
cedoor
2023-03-10 13:09:10 +00:00
parent 33d814fe6d
commit 4f7af880a9

View File

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