Skip to content

Commit

Permalink
chore(master): release standard-changelog 4.0.0 (#1061)
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 Aug 27, 2023
1 parent 679594c commit 5b78826
Show file tree
Hide file tree
Showing 3 changed files with 22 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,6 +18,6 @@
"packages/conventional-changelog-preset-loader": "4.0.0",
"packages/conventional-recommended-bump": "8.0.0",
"packages/conventional-changelog-core": "6.0.0",
"packages/standard-changelog": "3.0.0",
"packages/standard-changelog": "4.0.0",
"packages/gulp-conventional-changelog": "4.0.0"
}
20 changes: 20 additions & 0 deletions packages/standard-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog-v3.0.0...standard-changelog-v4.0.0) (2023-08-26)


### ⚠ BREAKING CHANGES

* Node >= 16 is required
* Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

### Features

* drop node 14 support ([#1085](https://github.com/conventional-changelog/conventional-changelog/issues/1085)) ([1bce036](https://github.com/conventional-changelog/conventional-changelog/commit/1bce0362dbb624a869eb01fd7724ab7f81d337e6))
* migrate from chalk to picocolors ([#1074](https://github.com/conventional-changelog/conventional-changelog/issues/1074)) ([c746701](https://github.com/conventional-changelog/conventional-changelog/commit/c7467017584616037d9ed8cb926b8e99a161cc5e))
* unified presets interface ([#1045](https://github.com/conventional-changelog/conventional-changelog/issues/1045)) ([8d0ffbe](https://github.com/conventional-changelog/conventional-changelog/commit/8d0ffbe6c59b861b560cea0e3594c7b32e978cc3))


### Bug Fixes

* **deps:** update dependency tempfile to v5 ([#1041](https://github.com/conventional-changelog/conventional-changelog/issues/1041)) ([c026e30](https://github.com/conventional-changelog/conventional-changelog/commit/c026e3006cd4cc2d49812ff8a4cfa9f3d4b3795c))
* fix semver vulnerability ([#1071](https://github.com/conventional-changelog/conventional-changelog/issues/1071)) ([3f5c99d](https://github.com/conventional-changelog/conventional-changelog/commit/3f5c99d503ea1bf01df679f4180c39516e190b21)), closes [#1019](https://github.com/conventional-changelog/conventional-changelog/issues/1019)

## [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog-v2.0.27...standard-changelog-v3.0.0) (2023-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-changelog",
"version": "3.0.0",
"version": "4.0.0",
"description": "Generate a changelog from git metadata with Angular commit convention",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down

0 comments on commit 5b78826

Please sign in to comment.