UNPKG

simple-changelog

Version:

Simple GitHub release changelog from public semantic commits

9 lines (7 loc) 130 B
function getDateString () { const d = new Date() return d.toISOString().split('T')[0] } module.exports = { getDateString }