Skip to content

Commit 6aee9f2

Browse files
chore(master): release 17.15.1 (#399)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5bcb3a commit 6aee9f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"17.15.0"}
1+
{".":"17.15.1"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [17.15.1](https://github.com/eslint-community/eslint-plugin-n/compare/v17.15.0...v17.15.1) (2024-12-20)
4+
5+
6+
### 🩹 Fixes
7+
8+
* Promise.withResolvers is supported since node 22.11 ([#398](https://github.com/eslint-community/eslint-plugin-n/issues/398)) ([c5bcb3a](https://github.com/eslint-community/eslint-plugin-n/commit/c5bcb3aa9a13f1de1b4aea20cfc08323f31f75ce))
9+
310
## [17.15.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.14.0...v17.15.0) (2024-12-10)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-n",
3-
"version": "17.15.0",
3+
"version": "17.15.1",
44
"description": "Additional ESLint's rules for Node.js",
55
"engines": {
66
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

0 commit comments

Comments
 (0)