UNPKG

changelog-guru

Version:
12 lines (11 loc) 262 B
import { Config } from './Config.js'; export default class Builder { #private; constructor(config: Config); build(): Promise<void>; private bumpPackage; private read; private renderCommits; private renderSection; private write; }