Skip to content

Commit

Permalink
chore(master): release conventional-changelog-conventionalcommits 6.0…
Browse files Browse the repository at this point in the history
….0 (#968)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent aa5d46c commit a30fc7a
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/conventional-changelog-conventionalcommits": "5.0.0",
"packages/conventional-changelog-conventionalcommits": "6.0.0",
"packages/conventional-changelog-cli": "2.2.2",
"packages/conventional-changelog": "3.1.25",
"packages/conventional-commits-parser": "4.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/conventional-changelog-conventionalcommits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v5.0.0...conventional-changelog-conventionalcommits-v6.0.0) (2023-06-05)


### ⚠ BREAKING CHANGES

* now all promises are native
* Node >= 14 is required

### Code Refactoring

* drop lodash from dependencies where it possible ([#959](https://github.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://github.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361))
* drop q from dependencies ([#974](https://github.com/conventional-changelog/conventional-changelog/issues/974)) ([d0e5d59](https://github.com/conventional-changelog/conventional-changelog/commit/d0e5d5926c8addba74bc962553dd8bcfba90e228))

## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v4.6.3...conventional-changelog-conventionalcommits-v5.0.0) (2022-05-27)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-conventionalcommits",
"version": "5.0.0",
"version": "6.0.0",
"description": "conventional-changelog conventionalcommits.org preset",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a30fc7a

Please sign in to comment.