conventional-changelog/conventional-changelog (conventional-changelog-cli)
### [`v4.1.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0): conventional-changelog-cli: v4.1.0
[Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v4.0.0...conventional-changelog-cli-v4.1.0)
**Note:** Upgrade workspace dependencies.
### [`v4.0.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0): conventional-changelog-cli: v4.0.0
[Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v3.0.0...conventional-changelog-cli-v4.0.0)
##### β 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://togithub.com/conventional-changelog/conventional-changelog/issues/1085)) ([1bce036](https://togithub.com/conventional-changelog/conventional-changelog/commit/1bce0362dbb624a869eb01fd7724ab7f81d337e6))
- unified presets interface ([#1045](https://togithub.com/conventional-changelog/conventional-changelog/issues/1045)) ([8d0ffbe](https://togithub.com/conventional-changelog/conventional-changelog/commit/8d0ffbe6c59b861b560cea0e3594c7b32e978cc3))
##### Bug Fixes
- **deps:** update dependency tempfile to v5 ([#1041](https://togithub.com/conventional-changelog/conventional-changelog/issues/1041)) ([c026e30](https://togithub.com/conventional-changelog/conventional-changelog/commit/c026e3006cd4cc2d49812ff8a4cfa9f3d4b3795c))
- fix semver vulnerability ([#1071](https://togithub.com/conventional-changelog/conventional-changelog/issues/1071)) ([3f5c99d](https://togithub.com/conventional-changelog/conventional-changelog/commit/3f5c99d503ea1bf01df679f4180c39516e190b21)), closes [#1019](https://togithub.com/conventional-changelog/conventional-changelog/issues/1019)
### [`v3.0.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0): conventional-changelog-cli: v3.0.0
[Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.2...conventional-changelog-cli-v3.0.0)
##### β BREAKING CHANGES
- now all promises are native
- Node >= 14 is required
##### Code Refactoring
- drop lodash from dependencies where it possible ([#959](https://togithub.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://togithub.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361))
- drop q from dependencies ([#974](https://togithub.com/conventional-changelog/conventional-changelog/issues/974)) ([d0e5d59](https://togithub.com/conventional-changelog/conventional-changelog/commit/d0e5d5926c8addba74bc962553dd8bcfba90e228))
### [`v2.2.2`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2)
[Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2)
##### [2.2.2](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.1...conventional-changelog-cli-v2.2.2) (2021-12-24)
##### Bug Fixes
- **docs:** update list of available presets ([#871](https://togithub.com/conventional-changelog/conventional-changelog/issues/871)) ([2799851](https://togithub.com/conventional-changelog/conventional-changelog/commit/2799851f1915a42cb8498cf8959875badd07fd32))
Configuration
π Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.1.1
->4.1.0
Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-cli)
### [`v4.1.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.1.0): conventional-changelog-cli: v4.1.0 [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v4.0.0...conventional-changelog-cli-v4.1.0) **Note:** Upgrade workspace dependencies. ### [`v4.0.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v4.0.0): conventional-changelog-cli: v4.0.0 [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v3.0.0...conventional-changelog-cli-v4.0.0) ##### β 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://togithub.com/conventional-changelog/conventional-changelog/issues/1085)) ([1bce036](https://togithub.com/conventional-changelog/conventional-changelog/commit/1bce0362dbb624a869eb01fd7724ab7f81d337e6)) - unified presets interface ([#1045](https://togithub.com/conventional-changelog/conventional-changelog/issues/1045)) ([8d0ffbe](https://togithub.com/conventional-changelog/conventional-changelog/commit/8d0ffbe6c59b861b560cea0e3594c7b32e978cc3)) ##### Bug Fixes - **deps:** update dependency tempfile to v5 ([#1041](https://togithub.com/conventional-changelog/conventional-changelog/issues/1041)) ([c026e30](https://togithub.com/conventional-changelog/conventional-changelog/commit/c026e3006cd4cc2d49812ff8a4cfa9f3d4b3795c)) - fix semver vulnerability ([#1071](https://togithub.com/conventional-changelog/conventional-changelog/issues/1071)) ([3f5c99d](https://togithub.com/conventional-changelog/conventional-changelog/commit/3f5c99d503ea1bf01df679f4180c39516e190b21)), closes [#1019](https://togithub.com/conventional-changelog/conventional-changelog/issues/1019) ### [`v3.0.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v3.0.0): conventional-changelog-cli: v3.0.0 [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.2...conventional-changelog-cli-v3.0.0) ##### β BREAKING CHANGES - now all promises are native - Node >= 14 is required ##### Code Refactoring - drop lodash from dependencies where it possible ([#959](https://togithub.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://togithub.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361)) - drop q from dependencies ([#974](https://togithub.com/conventional-changelog/conventional-changelog/issues/974)) ([d0e5d59](https://togithub.com/conventional-changelog/conventional-changelog/commit/d0e5d5926c8addba74bc962553dd8bcfba90e228)) ### [`v2.2.2`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2) ##### [2.2.2](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.1...conventional-changelog-cli-v2.2.2) (2021-12-24) ##### Bug Fixes - **docs:** update list of available presets ([#871](https://togithub.com/conventional-changelog/conventional-changelog/issues/871)) ([2799851](https://togithub.com/conventional-changelog/conventional-changelog/commit/2799851f1915a42cb8498cf8959875badd07fd32))Configuration
π Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.