We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d1c37 commit 6ac0223Copy full SHA for 6ac0223
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## [17.1.0-1](https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-1...v17.1.0-1) (2024-02-19)
4
5
6
+### Features
7
8
+* Add n/prefer-node-protocol rule ([#183](https://github.com/eslint-community/eslint-plugin-n/issues/183)) ([88d1c37](https://github.com/eslint-community/eslint-plugin-n/commit/88d1c377cb6ba3aa4fe744e130bbb81117dbecb3))
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-n",
- "version": "17.0.0-1",
+ "version": "17.1.0-1",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
0 commit comments