Skip to content

Commit

Permalink
chore(master): release 18.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and aladdin-add committed Jan 29, 2024
1 parent 17e658e commit de959a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [18.0.0-0](https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-0...v18.0.0-0) (2024-01-29)


### ⚠ BREAKING CHANGES

* remove "n/no-unsupported-features" #140 ([#173](https://github.com/eslint-community/eslint-plugin-n/issues/173))

### Features

* 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))


### Miscellaneous Chores

* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-n",
"version": "17.0.0-0",
"version": "18.0.0-0",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
Expand Down

0 comments on commit de959a2

Please sign in to comment.