diff --git a/.versionrc.json b/.versionrc.json new file mode 100644 index 0000000..138e165 --- /dev/null +++ b/.versionrc.json @@ -0,0 +1,8 @@ +{ + "types": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "build", "section": "Build System" } + ] +}