diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69c2ec4ca..9ed204309 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "packages/conventional-changelog-writer": "7.0.1", "packages/conventional-changelog-jshint": "5.0.0", "packages/conventional-changelog-jquery": "5.0.0", - "packages/conventional-changelog-express": "4.0.0", + "packages/conventional-changelog-express": "5.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "5.0.0", "packages/conventional-changelog-codemirror": "4.0.0", diff --git a/packages/conventional-changelog-express/CHANGELOG.md b/packages/conventional-changelog-express/CHANGELOG.md index dea6c5780..20fef31bb 100644 --- a/packages/conventional-changelog-express/CHANGELOG.md +++ b/packages/conventional-changelog-express/CHANGELOG.md @@ -3,6 +3,27 @@ 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/conventional-changelog-express-v4.0.0...conventional-changelog-express-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/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](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* 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-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/conventional-changelog-express-v3.0.0...conventional-changelog-express-v4.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-express/package.json b/packages/conventional-changelog-express/package.json index 34b01a36b..8fc2e6c68 100644 --- a/packages/conventional-changelog-express/package.json +++ b/packages/conventional-changelog-express/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-express", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "Express preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC",