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 +}