File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 17.0.0-6 " }
1
+ {"." :" 17.0.0-7 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 17.0.0-7] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0-6...v17.0.0-7 ) (2024-04-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * typescript (jsdoc) checking and definition generation ([ #169 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/169 ) ) ([ 6d8ed14] ( https://github.com/eslint-community/eslint-plugin-n/commit/6d8ed14c186a814c3a258993fb6c986a02ed5568 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * change peer dependencies to allow eslint v9 ([ #216 ] ( https://github.com/eslint-community/eslint-plugin-n/issues/216 ) ) ([ 5e82d7f] ( https://github.com/eslint-community/eslint-plugin-n/commit/5e82d7f26aa8dc58b46584c9fe3c74a11c265228 ) )
14
+
3
15
## [ 17.0.0-6] ( https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0-5...v17.0.0-6 ) (2024-03-25)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-n" ,
3
- "version" : " 17.0.0-6 " ,
3
+ "version" : " 17.0.0-7 " ,
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