Skip to content

Commit

Permalink
docs: add missing items in v5 changelog (#268)
Browse files Browse the repository at this point in the history
they were missing as "breaking:" is not a valid tag in conventional commits.
the commit just added them manually.
  • Loading branch information
aladdin-add committed Jul 12, 2022
1 parent f987243 commit 001e3e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

### ⚠ BREAKING CHANGES

* Update `no-missing-placeholders` and `no-unused-placeholders` to handle messageIds (#252)
* drop Node 12/17 support ([#256](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/256))
* drop ESLint v6 support ([#257](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/257))
* strictly define Node API ([#259](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/259))
* add `recommended` rules `prefer-message-ids`, `prefer-output-null`, `no-missing-message-id
s`, `no-unused-message-ids` ([#258](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/258))
* Update `no-missing-placeholders` and `no-unused-placeholders` to handle messageIds ([#252](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/252))

### Features

Expand Down

0 comments on commit 001e3e0

Please sign in to comment.