UNPKG

@kazupon/lerna-changelog

Version:

Generate a changelog for a lerna monorepo

10 lines (9 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ConfigurationError extends Error { constructor(message) { super(message); this.name = 'ConfigurationError'; } } exports.default = ConfigurationError;