Skip to content

Commit

Permalink
chore(master): release conventional-changelog-cli 3.0.0 (#990)
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>
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent ad2a958 commit f00f454
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/conventional-changelog-conventionalcommits": "6.0.0",
"packages/conventional-changelog-cli": "2.2.2",
"packages/conventional-changelog-cli": "3.0.0",
"packages/conventional-changelog": "4.0.0",
"packages/conventional-commits-parser": "4.0.0",
"packages/git-raw-commits": "3.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/conventional-changelog-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.2...conventional-changelog-cli-v3.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))

### [2.2.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.1...conventional-changelog-cli-v2.2.2) (2021-12-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-changelog-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-cli",
"version": "2.2.2",
"version": "3.0.0",
"description": "Generate a changelog from git metadata",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"add-stream": "^1.0.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog": "^4.0.0",
"meow": "^8.1.2",
"tempfile": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f00f454

Please sign in to comment.