diff --git a/.versionrc.json b/.versionrc.json new file mode 100644 index 0000000..305069c --- /dev/null +++ b/.versionrc.json @@ -0,0 +1,13 @@ +{ + "types": [ + {"type": "feat", "section": "Features"}, + {"type": "fix", "section": "Bug Fixes"}, + {"type": "chore", "hidden": true}, + {"type": "deps", "section": "Dependencies"}, + {"type": "docs", "section": "Documentation"}, + {"type": "style", "hidden": true}, + {"type": "refactor", "hidden": true}, + {"type": "perf", "hidden": true}, + {"type": "test", "hidden": true} + ] +} \ No newline at end of file