From ccf5f9e482c32f2fd2d5f78649d7f837a5db8870 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:05:02 +0100 Subject: [PATCH] chore(master): release 17.14.0 (#387) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 983ea6f2..97d890c0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"17.13.2"} +{".":"17.14.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index daafcd71..8b3fc452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [17.14.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.2...v17.14.0) (2024-11-21) + + +### 🌟 Features + +* **no-sync:** Add ignores option ([#386](https://github.com/eslint-community/eslint-plugin-n/issues/386)) ([c8fbf00](https://github.com/eslint-community/eslint-plugin-n/commit/c8fbf000e337d3b099e89465adda3be8e0541554)) +* **no-unsupported:** support Node 23.2.0 & 23.3.0 ([#390](https://github.com/eslint-community/eslint-plugin-n/issues/390)) ([a52c968](https://github.com/eslint-community/eslint-plugin-n/commit/a52c96813496c346cd9cacc23df8ade2567012af)) + ## [17.13.2](https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.1...v17.13.2) (2024-11-15) diff --git a/package.json b/package.json index 9548aa29..115fc8e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-n", - "version": "17.13.2", + "version": "17.14.0", "description": "Additional ESLint's rules for Node.js", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"