diff --git a/changelog-config.cjs b/changelog-config.mjs similarity index 88% rename from changelog-config.cjs rename to changelog-config.mjs index b3e1d84..02922c8 100644 --- a/changelog-config.cjs +++ b/changelog-config.mjs @@ -1,8 +1,8 @@ 'use strict' -const config = require('conventional-changelog-conventionalcommits') +import config from 'conventional-changelog-conventionalcommits' -module.exports = config({ +export default config({ types: [ { type: 'feat', section: 'Features' }, { type: 'feature', section: 'Features' },