banira
    Preparing search index...

    Interface ManifestDiff

    interface ManifestDiff {
        changes: Change[];
        release: ReleaseType;
    }
    Index

    Properties

    Properties

    changes: Change[]
    release: ReleaseType

    Suggested semver bump: major for removals/type changes, minor for additions, patch otherwise.