File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 17.13.2 " }
1
+ {"." :" 17.14.0 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 17.14.0] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.2...v17.14.0 ) (2024-11-21)
4
+
5
+
6
+ ### 🌟 Features
7
+
8
+ * ** no-sync:** Add ignores option ([ #386 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/386 ) ) ([ c8fbf00] ( https://github.com/eslint-community/eslint-plugin-n/commit/c8fbf000e337d3b099e89465adda3be8e0541554 ) )
9
+ * ** no-unsupported:** support Node 23.2.0 & 23.3.0 ([ #390 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/390 ) ) ([ a52c968] ( https://github.com/eslint-community/eslint-plugin-n/commit/a52c96813496c346cd9cacc23df8ade2567012af ) )
10
+
3
11
## [ 17.13.2] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.1...v17.13.2 ) (2024-11-15)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-n" ,
3
- "version" : " 17.13.2 " ,
3
+ "version" : " 17.14.0 " ,
4
4
"description" : " Additional ESLint's rules for Node.js" ,
5
5
"engines" : {
6
6
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
You can’t perform that action at this time.
0 commit comments