Skip to content

Releases: conventional-changelog/conventional-changelog

conventional-changelog-preset-loader: v5.0.0

03 May 22:43
e34c96d
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

conventional-changelog-jshint: v5.0.0

03 May 22:42
d7dae50
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • conventional-commits-parser: rewrite to TypeScript (#1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • conventional-commits-parser: rewrite to TypeScript (#1126) (9e280d8)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

conventional-changelog-jquery: v6.0.0

03 May 22:42
1c71cd6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

conventional-changelog-express: v5.0.0

03 May 22:42
a6ab80d
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

conventional-changelog-eslint: v6.0.0

03 May 22:42
c7459cd
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

conventional-changelog-ember: v5.0.0

03 May 22:41
2e99dfa
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • conventional-recommended-bump: new Bumper exported class (#1218) (0ddc8cd)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

conventional-changelog-core: v8.0.0

03 May 22:41
7bc92fc
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • git-semver-tags: refactored to use @conventional-changelog/git-client (#1203)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199)
  • conventional-changelog-writer: align methods with other packages (#1182)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • conventional-commits-parser: rewrite to TypeScript (#1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: align methods with other packages (#1182) (7b13ec9)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • conventional-commits-parser: rewrite to TypeScript (#1126) (9e280d8)
  • drop node 16 support (#1226) (ec69cfd)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199) (ba03ffc)
  • git-semver-tags: refactored to use @conventional-changelog/git-client (#1203) (7ac1860)
  • move from CommonJS to ESM (#1144) (c5b859d)

Bug Fixes

  • deps: replace dependency read-pkg-up with read-package-up ^11.0.0 (#1207) (a3248b6)
  • deps: update dependency read-pkg to v9 (#1160) (2875efc)

conventional-changelog-conventionalcommits: v8.0.0

03 May 22:41
3129c81
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188

conventional-changelog-codemirror: v5.0.0

03 May 22:40
7752528
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

conventional-changelog-cli: v5.0.0

03 May 22:37
a75cef6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • cleanup presets interface (#1215)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-cli,conventional-recommended-bump,standard-changelog: fix config loading (#1234) (c2c4b3a)
  • conventional-changelog-cli: fix link for option prompt (#1159) (7e51c6d)
  • deps: update dependency meow to v13 (#1190) (862f66b)