From 769409021c643b1dca741f2535599335d0a3f611 Mon Sep 17 00:00:00 2001 From: Artur Jankowski Date: Thu, 7 Nov 2024 14:16:04 +0100 Subject: [PATCH] feat: Update .versionrc --- .versionrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.versionrc b/.versionrc index 14e5812..0b8c921 100644 --- a/.versionrc +++ b/.versionrc @@ -2,10 +2,10 @@ "types": [ {"type": "feat", "section": "New Features and Enhancements", "hidden": false}, {"type": "fix", "section": "Bug Fixes", "hidden": false}, - {"type": "chore", "hidden": true}, + {"type": "chore", "hidden": false}, {"type": "docs", "hidden": true}, {"type": "style", "hidden": true}, {"type": "refactor", "hidden": true}, {"type": "test", "hidden": true} ] -} \ No newline at end of file +}