Skip to content

Commit

Permalink
chore(master): release conventional-changelog-writer 7.0.1 (#1148)
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 Sep 10, 2023
1 parent be3901b commit e3a643a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Expand Up @@ -4,7 +4,7 @@
"packages/conventional-changelog": "5.1.0",
"packages/conventional-commits-parser": "5.0.0",
"packages/git-raw-commits": "4.0.0",
"packages/conventional-changelog-writer": "7.0.0",
"packages/conventional-changelog-writer": "7.0.1",
"packages/conventional-changelog-jshint": "4.0.0",
"packages/conventional-changelog-jquery": "5.0.0",
"packages/conventional-changelog-express": "4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/conventional-changelog-writer/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v7.0.0...conventional-changelog-writer-v7.0.1) (2023-09-10)


### Bug Fixes

* **conventional-changelog-writer:** fix transform async handlers ([#1146](https://github.com/conventional-changelog/conventional-changelog/issues/1146)) ([be3901b](https://github.com/conventional-changelog/conventional-changelog/commit/be3901bc66e44f938c4a9634b697a0c79841635a))

## [7.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v6.0.1...conventional-changelog-writer-v7.0.0) (2023-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-writer",
"version": "7.0.0",
"version": "7.0.1",
"description": "Write logs based on conventional commits and templates",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down

0 comments on commit e3a643a

Please sign in to comment.