UNPKG

@invisible/changelog-update

Version:

Ensure updates to your changelog, and push them to Slack seamlessly

12 lines (9 loc) 294 B
'use strict' const assertChangelogUpdate = require('./assertChangelogUpdate') const pushChangelogUpdate = require('./pushChangelogUpdate') const lastChangelogUpdate = require('./lastChangelogUpdate') module.exports = { assertChangelogUpdate, lastChangelogUpdate, pushChangelogUpdate, }