Skip to content

Commit

Permalink
chore(master): release conventional-changelog-core 7.0.0 (#1135)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
  • Loading branch information
github-actions[bot] and dangreen committed Sep 8, 2023
1 parent a13f788 commit 2e467dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Expand Up @@ -17,7 +17,7 @@
"packages/conventional-commits-filter": "4.0.0",
"packages/conventional-changelog-preset-loader": "4.1.0",
"packages/conventional-recommended-bump": "9.0.0",
"packages/conventional-changelog-core": "6.0.0",
"packages/conventional-changelog-core": "7.0.0",
"packages/standard-changelog": "5.0.0",
"packages/gulp-conventional-changelog": "4.0.0"
}
13 changes: 13 additions & 0 deletions packages/conventional-changelog-core/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v6.0.0...conventional-changelog-core-v7.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](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a))
* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109))

## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v5.0.2...conventional-changelog-core-v6.0.0) (2023-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-core/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-core",
"version": "6.0.0",
"version": "7.0.0",
"description": "conventional-changelog core",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2e467dd

Please sign in to comment.