diff --git a/lib/init.luau b/lib/init.luau index cc785cd..a2b44d7 100644 --- a/lib/init.luau +++ b/lib/init.luau @@ -72,7 +72,7 @@ export type SemverError = { } export type SemverErrorKind = ParseError | {} export type ParseError = - { id: "MandatoryComponentMissing", components: { string } } + | { id: "MandatoryComponentMissing", components: { string } } | { id: "InvalidComponentType", component: "major" | "minor" | "patch",