Skip to content

Commit

Permalink
fix: convert changelog-config to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
jee-r committed Jul 1, 2024
1 parent e4161d2 commit 4e579ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog-config.cjs → changelog-config.mjs
Original file line number Diff line number Diff line change
@@ -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' },
Expand Down

0 comments on commit 4e579ae

Please sign in to comment.