Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release conventional-changelog 6.0.0 #1251

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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