Skip to content

Commit

Permalink
chore(master): release conventional-changelog-conventionalcommits 7.0…
Browse files Browse the repository at this point in the history
….2 (#1124)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 8, 2023
1 parent a14d218 commit 50113f9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,5 +1,5 @@
{
"packages/conventional-changelog-conventionalcommits": "7.0.1",
"packages/conventional-changelog-conventionalcommits": "7.0.2",
"packages/conventional-changelog-cli": "4.0.0",
"packages/conventional-changelog": "5.0.0",
"packages/conventional-commits-parser": "5.0.0",
Expand Down
39 changes: 22 additions & 17 deletions packages/conventional-changelog-conventionalcommits/CHANGELOG.md
Expand Up @@ -3,27 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.4.0...conventional-changelog-conventionalcommits@4.5.0) (2020-11-05)


### Features

* **conventionalcommits:** allow matching scope ([#669](https://github.com/conventional-changelog/conventional-changelog/issues/669)) ([e01e027](https://github.com/conventional-changelog/conventional-changelog/commit/e01e027af60f5fa3e9146223b96797793930aeb4))





# [4.4.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.3.1...conventional-changelog-conventionalcommits@4.4.0) (2020-08-12)


### Features

* **templates:** if hash is nullish, do not display in CHANGELOG ([#664](https://github.com/conventional-changelog/conventional-changelog/issues/664)) ([f10256c](https://github.com/conventional-changelog/conventional-changelog/commit/f10256c635687de0a85c4db2bf06292902924f77))

## [7.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v7.0.1...conventional-changelog-conventionalcommits-v7.0.2) (2023-09-08)


### Bug Fixes

* **conventional-changelog-conventionalcommits:** fix handling input params ([#1120](https://github.com/conventional-changelog/conventional-changelog/issues/1120)) ([e721cde](https://github.com/conventional-changelog/conventional-changelog/commit/e721cdec8de32162dd56096ef6a07786f1b4faec))

## [7.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v7.0.0...conventional-changelog-conventionalcommits-v7.0.1) (2023-08-27)

Expand Down Expand Up @@ -107,6 +93,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

* **conventionalcommits:** include Release-As commits in CHANGELOG ([#796](https://www.github.com/conventional-changelog/conventional-changelog/issues/796)) ([9a0b9a7](https://www.github.com/conventional-changelog/conventional-changelog/commit/9a0b9a7f7ba5edd68b3476de706672d82e42b9e0))

# [4.5.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.4.0...conventional-changelog-conventionalcommits@4.5.0) (2020-11-05)


### Features

* **conventionalcommits:** allow matching scope ([#669](https://github.com/conventional-changelog/conventional-changelog/issues/669)) ([e01e027](https://github.com/conventional-changelog/conventional-changelog/commit/e01e027af60f5fa3e9146223b96797793930aeb4))





# [4.4.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.3.1...conventional-changelog-conventionalcommits@4.4.0) (2020-08-12)


### Features

* **templates:** if hash is nullish, do not display in CHANGELOG ([#664](https://github.com/conventional-changelog/conventional-changelog/issues/664)) ([f10256c](https://github.com/conventional-changelog/conventional-changelog/commit/f10256c635687de0a85c4db2bf06292902924f77))


## [4.3.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.3.0...conventional-changelog-conventionalcommits@4.3.1) (2020-06-20)


Expand Down
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-conventionalcommits",
"version": "7.0.1",
"version": "7.0.2",
"description": "conventional-changelog conventionalcommits.org preset",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 50113f9

Please sign in to comment.