Skip to content

Commit 24374f5

Browse files
chore(master): release 17.24.0
1 parent 10b24ae commit 24374f5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"17.23.2"}
1+
{".":"17.24.0"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [17.24.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.23.2...v17.24.0) (2026-02-15)
4+
5+
6+
### 🌟 Features
7+
8+
* add `prefer-global/crypto` rule ([#514](https://github.com/eslint-community/eslint-plugin-n/issues/514)) ([2ea0f22](https://github.com/eslint-community/eslint-plugin-n/commit/2ea0f22e74569b046675334ad1680dbd0e806057))
9+
* add `prefer-global/timers` rule ([#515](https://github.com/eslint-community/eslint-plugin-n/issues/515)) ([10b24ae](https://github.com/eslint-community/eslint-plugin-n/commit/10b24ae1b8db58045df818b574a16089429b7888))
10+
11+
12+
### 🧹 Chores
13+
14+
* add v17.x to release-please ([9c5e437](https://github.com/eslint-community/eslint-plugin-n/commit/9c5e43704b4b1395152a8f9e70b452d75f33476d))
15+
316
## [17.23.2](https://github.com/eslint-community/eslint-plugin-n/compare/v17.23.1...v17.23.2) (2026-01-13)
417

518

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.23.2",
3+
"version": "17.24.0",
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)