Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:34
· 348 commits to refs/heads/main since this release
5563e9c

Breaking change

export interface PipelineFile {
- id: string;
+ fileId: string;
}

export interface FileContentHeadings {
- id: string;
+ headingId: string;
}

Dependencies

  • bump(deps): update @levaintech/sticky to v1.1.2 @renovate (#487)