Skip to content

Commit

Permalink
chore: release standard-changelog 6.0.0 (#1255)
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 Apr 26, 2024
1 parent 041a1a9 commit 3e9b938
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packages/conventional-changelog-preset-loader": "4.1.0",
"packages/conventional-recommended-bump": "9.0.0",
"packages/conventional-changelog-core": "7.0.0",
"packages/standard-changelog": "5.0.0",
"packages/standard-changelog": "6.0.0",
"packages/gulp-conventional-changelog": "5.0.0",
"packages/git-client": "1.0.0"
}
19 changes: 19 additions & 0 deletions packages/standard-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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/standard-changelog-v5.0.0...standard-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))


### Bug Fixes

* **conventional-changelog-cli,conventional-recommended-bump,standard-changelog:** fix config loading ([#1234](https://github.com/conventional-changelog/conventional-changelog/issues/1234)) ([c2c4b3a](https://github.com/conventional-changelog/conventional-changelog/commit/c2c4b3a4cb60f784a4e7ee83d189b85c0acac960))
* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b))

## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog-v4.0.0...standard-changelog-v5.0.0) (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard-changelog",
"type": "module",
"version": "5.0.0",
"version": "6.0.0",
"description": "Generate a changelog from git metadata with Angular commit convention.",
"author": "Steve Mao",
"license": "MIT",
Expand Down

0 comments on commit 3e9b938

Please sign in to comment.