chore: Move perf before fix

This commit is contained in:
Marc Rousavy 2024-01-29 13:47:12 +01:00
parent ea773c04be
commit 6d3a3c3c2f
No known key found for this signature in database
GPG Key ID: 8B9C709EA0B16A6D

View File

@ -126,14 +126,14 @@
"type": "feat", "type": "feat",
"section": "✨ Features" "section": "✨ Features"
}, },
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{ {
"type": "perf", "type": "perf",
"section": "💨 Performance Improvements" "section": "💨 Performance Improvements"
}, },
{
"type": "fix",
"section": "🐛 Bug Fixes"
},
{ {
"type": "chore(deps)", "type": "chore(deps)",
"section": "🛠️ Dependency Upgrades" "section": "🛠️ Dependency Upgrades"