From 90de24235bccc7c81c4cb84478aff9583b923fe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:47:41 +0800 Subject: [PATCH] chore(master): release 17.16.1 (#412) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index c7179404..167840be 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{ ".": "17.16.0" } +{".":"17.16.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b145d6..5d292ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [17.16.1](https://github.com/eslint-community/eslint-plugin-n/compare/v17.16.0...v17.16.1) (2025-03-02) + + +### 🩹 Fixes + +* patch new eslint options types ([#411](https://github.com/eslint-community/eslint-plugin-n/issues/411)) ([340312e](https://github.com/eslint-community/eslint-plugin-n/commit/340312e15f062e059c04ef8c8cf238afd3454b68)) + + +### 🧹 Chores + +* **package:** explicitly declare js module type ([#410](https://github.com/eslint-community/eslint-plugin-n/issues/410)) ([9f09931](https://github.com/eslint-community/eslint-plugin-n/commit/9f099311720f078c398a1c931959b05ba6d60516)) + ## [17.16.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.15.1...v17.16.0) (2025-02-23) diff --git a/package.json b/package.json index 39e5ab70..4d891ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-n", - "version": "17.16.0", + "version": "17.16.1", "description": "Additional ESLint's rules for Node.js", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"