Skip to content

Release v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Mar 17:13
8dd150d

New Features

  • Refactored the source to TypeScript
  • We support both ESM and CJS user config files now
  • Switched from npm to pnpm
  • Switched from ncc to esbuild
  • Updated all dependencies

Bugfixes

  • Fixed a bug with include_commit_body which always overrode the user config file's value
  • Improved the indenting of commit body text: now all lines are indented, not just the first one
  • Replaced deprecated substr with substring