Skip to content

Commit

Permalink
chore(master): release conventional-changelog-eslint 5.0.0 (#1060)
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 1c75c72 commit 679594c
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packages/conventional-changelog-jshint": "4.0.0",
"packages/conventional-changelog-jquery": "5.0.0",
"packages/conventional-changelog-express": "4.0.0",
"packages/conventional-changelog-eslint": "4.0.0",
"packages/conventional-changelog-eslint": "5.0.0",
"packages/conventional-changelog-ember": "4.0.0",
"packages/conventional-changelog-codemirror": "4.0.0",
"packages/conventional-changelog-angular": "7.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/conventional-changelog-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-eslint-v4.0.0...conventional-changelog-eslint-v5.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))
* unified presets interface ([#1045](https://github.com/conventional-changelog/conventional-changelog/issues/1045)) ([8d0ffbe](https://github.com/conventional-changelog/conventional-changelog/commit/8d0ffbe6c59b861b560cea0e3594c7b32e978cc3))

## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-eslint-v3.0.9...conventional-changelog-eslint-v4.0.0) (2023-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-eslint",
"version": "4.0.0",
"version": "5.0.0",
"description": "conventional-changelog eslint preset",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 679594c

Please sign in to comment.