UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

4 lines 140 B
//#region src/utils/bump-package-json.d.ts declare function bumpPackageJson(version: string): void; //#endregion export { bumpPackageJson };