Skip to content

Commit 001e3e0

Browse files
authored
docs: add missing items in v5 changelog (#268)
they were missing as "breaking:" is not a valid tag in conventional commits. the commit just added them manually.
1 parent f987243 commit 001e3e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
### ⚠ BREAKING CHANGES
77

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

1015
### Features
1116

0 commit comments

Comments
 (0)