diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c0792246 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [18.0.0-0](https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-0...v18.0.0-0) (2024-02-07) + + +### ⚠ BREAKING CHANGES + +* remove "n/no-unsupported-features" #140 ([#173](https://github.com/eslint-community/eslint-plugin-n/issues/173)) + +### Features + +* **shebang:** Add options to ignore unpublished files ([#172](https://github.com/eslint-community/eslint-plugin-n/issues/172)) ([5609abb](https://github.com/eslint-community/eslint-plugin-n/commit/5609abb0420554a955e1ca004eabf11ea4383657)) +* 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)) diff --git a/package.json b/package.json index ce0208f9..5bac05f8 100644 --- a/package.json +++ b/package.json @@ -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"