fix: syntax error

This commit is contained in:
Derrick Hammer 2023-06-25 04:59:45 -04:00
parent 71e10d2d74
commit 7bba8356e0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{ "revert": true, "release": "patch" },
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" },
{ "type": "perf", "release": "patch" }
{ "type": "perf", "release": "patch" },
{ "type": "refactor", "release": "patch" }
]
}