Skip to content

Commit d4db80d

Browse files
committed
Add 12.0.0 to changelog
1 parent d939c09 commit d4db80d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 12.0.0
2+
3+
Switch from `eslint-plugin-node`, which is abandoned, to `eslint-plugin-n`. Although it's basically a drop-in replacement, there are some breaking changes:
4+
- All config and eslint-disable comments will need to be updated from `node/` to `n/`
5+
- There may be new errors found because `eslint-plugin-n` has been maintained and received fixes while `eslint-plugin-node` has not. Updating to 12.0.0 will require fixing or ignoring these new errors.
6+
17
# 11.0.0
28

39
- Breaking: import rules now catch some dynamic imports.

0 commit comments

Comments
 (0)