UNPKG

changelog

Version:

Command line tool (and Node module) that generates a changelog in color output, markdown, or json for modules in npmjs.org's registry as well as any public github.com repo.

3 lines 122 B
"use strict"; var pkg = require('../../package.json'); module.exports = pkg.name + ' ' + pkg.version + ' ' + pkg.homepage;