From 6d3a3c3c2fa60b75a929db901054c2459caf325d Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 29 Jan 2024 13:47:12 +0100 Subject: [PATCH] chore: Move perf before fix --- package/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/package.json b/package/package.json index 4e991ab..da8df91 100644 --- a/package/package.json +++ b/package/package.json @@ -126,14 +126,14 @@ "type": "feat", "section": "✨ Features" }, - { - "type": "fix", - "section": "🐛 Bug Fixes" - }, { "type": "perf", "section": "💨 Performance Improvements" }, + { + "type": "fix", + "section": "🐛 Bug Fixes" + }, { "type": "chore(deps)", "section": "🛠️ Dependency Upgrades"