Skip to content

Commit 6ac0223

Browse files
chore(master): release 17.1.0-1
1 parent 88d1c37 commit 6ac0223

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-n",
3-
"version": "17.0.0-1",
3+
"version": "17.1.0-1",
44
"description": "Additional ESLint's rules for Node.js",
55
"engines": {
66
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

0 commit comments

Comments
 (0)