Skip to content

Commit 1642d4b

Browse files
chore(master): release 17.13.0
1 parent d39d99a commit 1642d4b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"17.12.0"}
1+
{".":"17.13.0"}

CHANGELOG.md

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

3+
## [17.13.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.12.0...v17.13.0) (2024-11-01)
4+
5+
6+
### 🌟 Features
7+
8+
* **no-unsupported:** support Node 20.18.0 ([#374](https://github.com/eslint-community/eslint-plugin-n/issues/374)) ([d39d99a](https://github.com/eslint-community/eslint-plugin-n/commit/d39d99aecf2e8f0dde59b980f209d1c377af9a46))
9+
10+
11+
### 🧹 Chores
12+
13+
* update dependencies ([#375](https://github.com/eslint-community/eslint-plugin-n/issues/375)) ([8a8104e](https://github.com/eslint-community/eslint-plugin-n/commit/8a8104e27bb278f21f25bd7d9a7acfa1523ccb13))
14+
315
## [17.12.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.1...v17.12.0) (2024-10-30)
416

517

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