mirror of
https://github.com/remvze/moodist.git
synced 2025-09-26 12:08:17 -04:00
43 lines
735 B
JSON
43 lines
735 B
JSON
{
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "✨ Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "🐛 Bug Fixes"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"hidden": false,
|
|
"section": "🚚 Chores"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"hidden": false,
|
|
"section": "📝 Documentation"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"hidden": false,
|
|
"section": "💄 Styling"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"hidden": false,
|
|
"section": "♻️ Code Refactoring"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"hidden": false,
|
|
"section": "⚡️ Performance Improvements"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"hidden": false,
|
|
"section": "✅ Testing"
|
|
}
|
|
]
|
|
}
|