diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 970b91c8..a6430e64 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"17.18.0"} +{".":"17.19.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 56178b52..62dbdfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [17.19.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.18.0...v17.19.0) (2025-06-02) + + +### 🌟 Features + +* add `no-top-level-await` rule ([#440](https://github.com/eslint-community/eslint-plugin-n/issues/440)) ([a500a48](https://github.com/eslint-community/eslint-plugin-n/commit/a500a48dec48707c12c1b0300632bb6ea7c99734)) +* add support for ignoring sync methods from certain locations ([#424](https://github.com/eslint-community/eslint-plugin-n/issues/424)) ([ef94e49](https://github.com/eslint-community/eslint-plugin-n/commit/ef94e498e0b79fbdd8a44bb01c95e1bf3d4ba09a)) + ## [17.18.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.17.0...v17.18.0) (2025-05-09) diff --git a/package.json b/package.json index 8922a1cf..3f371b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-n", - "version": "17.18.0", + "version": "17.19.0", "description": "Additional ESLint's rules for Node.js", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"