Skip to content

Commit

Permalink
chore: release gulp-conventional-changelog 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and dangreen committed Apr 26, 2024
1 parent 508bdf4 commit 4df79fa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"packages/conventional-recommended-bump": "9.0.0",
"packages/conventional-changelog-core": "7.0.0",
"packages/standard-changelog": "5.0.0",
"packages/gulp-conventional-changelog": "4.0.0",
"packages/gulp-conventional-changelog": "5.0.0",
"packages/git-client": "1.0.0"
}
19 changes: 19 additions & 0 deletions packages/gulp-conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog-v4.0.0...gulp-conventional-changelog-v5.0.0) (2024-04-26)


### ⚠ BREAKING CHANGES

* Node >= 18 is required
* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/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](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) ([ba03ffc](https://github.com/conventional-changelog/conventional-changelog/commit/ba03ffc3c05e794db48b18a508f296d4d662a5d9))
* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a))
* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))
* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109))

## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog-v3.0.0...gulp-conventional-changelog-v4.0.0) (2023-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-conventional-changelog",
"version": "4.0.0",
"version": "5.0.0",
"description": "Generate a changelog using conventional-changelog.",
"author": {
"name": "Steve Mao",
Expand Down

0 comments on commit 4df79fa

Please sign in to comment.