'use-strict';
const { makeChangeLog } = require( './make-change-log' );
module.exports = {
makeChangeLog,
};