Skip to content

Commit

Permalink
chore(master): release conventional-changelog-writer 6.0.0 (#999)
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 502a73f commit aa5d46c
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/conventional-changelog": "3.1.25",
"packages/conventional-commits-parser": "4.0.0",
"packages/git-raw-commits": "3.0.0",
"packages/conventional-changelog-writer": "5.0.1",
"packages/conventional-changelog-writer": "6.0.0",
"packages/conventional-changelog-jshint": "3.0.0",
"packages/conventional-changelog-jquery": "4.0.0",
"packages/conventional-changelog-express": "3.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/conventional-changelog-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### ⚠ BREAKING CHANGES

* 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))

### [5.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v5.0.0...conventional-changelog-writer-v5.0.1) (2021-12-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-changelog-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-writer",
"version": "5.0.1",
"version": "6.0.0",
"description": "Write logs based on conventional commits and templates",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down Expand Up @@ -36,7 +36,7 @@
"logs"
],
"dependencies": {
"conventional-commits-filter": "^2.0.7",
"conventional-commits-filter": "^3.0.0",
"dateformat": "^3.0.3",
"handlebars": "^4.7.7",
"json-stringify-safe": "^5.0.1",
Expand Down
173 changes: 149 additions & 24 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 aa5d46c

Please sign in to comment.