diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index edd38db4..6816f7e9 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"17.23.1"} +{".":"17.23.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f7dae542..02fb6817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [17.23.2](https://github.com/eslint-community/eslint-plugin-n/compare/v17.23.1...v17.23.2) (2026-01-08) + + +### ๐Ÿฉน Fixes + +* avoid any type for no-top-level-await listener node (build issue) ([#498](https://github.com/eslint-community/eslint-plugin-n/issues/498)) ([f071703](https://github.com/eslint-community/eslint-plugin-n/commit/f071703b3a5d7025f4d51681c23d7a24f579d35c)) + + +### ๐Ÿ“š Documentation + +* safely disable no-unpublished-bin npm v10+ ([#487](https://github.com/eslint-community/eslint-plugin-n/issues/487)) ([8af9c86](https://github.com/eslint-community/eslint-plugin-n/commit/8af9c8601755202f794c5b27401466dee7edc00a)) + + +### ๐Ÿงน Chores + +* **no-missing-import:** align fixture message with latest resolver output ([#500](https://github.com/eslint-community/eslint-plugin-n/issues/500)) ([a3719d2](https://github.com/eslint-community/eslint-plugin-n/commit/a3719d26be7278eca2562b935e22c3ecf0838af7)) + ## [17.23.1](https://github.com/eslint-community/eslint-plugin-n/compare/v17.23.0...v17.23.1) (2025-09-18) diff --git a/package.json b/package.json index d36e0e0b..ebc059aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-n", - "version": "17.23.1", + "version": "17.23.2", "description": "Additional ESLint's rules for Node.js", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"