Skip to content

Commit 0d00f6f

Browse files
chore(master): release 18.0.0-0
1 parent fbc9e7b commit 0d00f6f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [18.0.0-0](https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-0...v18.0.0-0) (2024-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove "n/no-unsupported-features" #140 ([#173](https://github.com/eslint-community/eslint-plugin-n/issues/173))
9+
10+
### Features
11+
12+
* Update es-builtins ([#174](https://github.com/eslint-community/eslint-plugin-n/issues/174)) ([fbc9e7b](https://github.com/eslint-community/eslint-plugin-n/commit/fbc9e7bfb6a4b805f83c1ac1c103394910ca9892))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* remove "n/no-unsupported-features" [#140](https://github.com/eslint-community/eslint-plugin-n/issues/140) ([#173](https://github.com/eslint-community/eslint-plugin-n/issues/173)) ([372b283](https://github.com/eslint-community/eslint-plugin-n/commit/372b283b7b773963d34a3f7f761bdc1144c2e0d6))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-n",
3-
"version": "17.0.0-0",
3+
"version": "18.0.0-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)