Skip to content

conventional-changelog-core: v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 22:46
2e467dd

7.0.0 (2023-09-08)

⚠ BREAKING CHANGES

  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • standard-changelog: use promises (#1111) (5015ab7)