Conventional Changelog Versions Save

Generate changelogs and release notes from a project's commit messages and metadata.

git-client-v1.0.1

1 month ago

1.0.1 (2024-05-06)

Bug Fixes

  • git-client: trigger update peer dependencies versions (79eda8b)

standard-changelog-v6.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • 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)
  • deps: update dependency meow to v13 (#1190) (862f66b)

gulp-conventional-changelog-v5.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199)
  • 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

  • drop node 16 support (#1226) (ec69cfd)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199) (ba03ffc)
  • 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)

git-semver-tags-v8.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • git-semver-tags: refactored to use @conventional-changelog/git-client (#1203)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

git-raw-commits-v5.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199)
  • 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

  • drop node 16 support (#1226) (ec69cfd)
  • git-client: GitClient#getLastTag and ConventionalGitClient#getLastSemverTag methods are added. GitClient#getRawCommits ignore param is added. (#1217) (53254b3)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199) (ba03ffc)
  • 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)

Bug Fixes

conventional-recommended-bump-v10.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • 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-commits-filter: rewrite to TypeScript (#1178)
  • conventional-commits-parser: rewrite to TypeScript (#1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-commits-filter: rewrite to TypeScript (#1178) (e0c7b06)
  • conventional-commits-parser: rewrite to TypeScript (#1126) (9e280d8)
  • conventional-recommended-bump: new Bumper exported class (#1218) (0ddc8cd)
  • 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

  • conventional-changelog-cli,conventional-recommended-bump,standard-changelog: fix config loading (#1234) (c2c4b3a)
  • deps: update dependency meow to v13 (#1190) (862f66b)

conventional-commits-parser-v6.0.0

1 month ago

Bug Fixes

Features

  • allows notes pattern to be customized (#586) (9c00f32)

conventional-commits-filter-v5.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-commits-filter: align methods with other packages (#1181)
  • conventional-commits-filter: rewrite to TypeScript (#1178)
  • 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

  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • conventional-commits-filter: align methods with other packages (#1181) (f600a6c)
  • conventional-commits-filter: rewrite to TypeScript (#1178) (e0c7b06)
  • 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-writer-v8.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-changelog-writer: formatDate option (#1189)
  • conventional-changelog-writer: align methods with other packages (#1182)
  • conventional-commits-filter: rewrite to TypeScript (#1178)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

  • conventional-changelog-writer: formatDate option (#1189) (8c4bbbe), closes #1186
  • conventional-changelog-writer: align methods with other packages (#1182) (7b13ec9)
  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • conventional-changelog-writer: timeZone option (#1162) (27f3642)
  • conventional-commits-filter: rewrite to TypeScript (#1178) (e0c7b06)
  • drop node 16 support (#1226) (ec69cfd)
  • move from CommonJS to ESM (#1144) (c5b859d)

Bug Fixes

conventional-changelog-v6.0.0

1 month ago

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features