Skip to content

Commit

Permalink
chore: release conventional-changelog 6.0.0 (#1251)
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>
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
  • Loading branch information
github-actions[bot] and dangreen committed Apr 26, 2024
1 parent 7bc92fc commit 83bb15b
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
@@ -1,7 +1,7 @@
{
"packages/conventional-changelog-conventionalcommits": "8.0.0",
"packages/conventional-changelog-cli": "5.0.0",
"packages/conventional-changelog": "5.1.0",
"packages/conventional-changelog": "6.0.0",
"packages/conventional-commits-parser": "6.0.0",
"packages/git-raw-commits": "5.0.0",
"packages/conventional-changelog-writer": "8.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/conventional-changelog/CHANGELOG.md
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.

## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-v5.1.0...conventional-changelog-v6.0.0) (2024-04-26)


### ⚠ BREAKING CHANGES

* Node >= 18 is required
* Now all packages, except gulp-conventional-changelog, are ESM-only.

### Features

* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))

## [5.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-v5.0.0...conventional-changelog-v5.1.0) (2023-09-09)

**Note:** Upgrade workspace dependencies.
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog/package.json
@@ -1,7 +1,7 @@
{
"name": "conventional-changelog",
"type": "module",
"version": "5.1.0",
"version": "6.0.0",
"description": "Generate a changelog from git metadata.",
"author": "Steve Mao",
"contributors": [
Expand Down

0 comments on commit 83bb15b

Please sign in to comment.