diff --git a/index.d.ts b/index.d.ts index 2cc5309..5a4d3cd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -87,7 +87,7 @@ export interface BreakingChange extends Literal { export interface Summary extends Parent { type: 'summary'; - children: (Type | Scope | Separator)[]; + children: (Type | Scope | Separator | Text)[]; } export interface Type extends Literal {