Skip to content

Commit 7e38d43

Browse files
chore(master): release 17.10.0
1 parent 2539c9d commit 7e38d43

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"17.9.0"}
1+
{".":"17.10.0"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [17.10.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.9.0...v17.10.0) (2024-07-24)
4+
5+
6+
### 🌟 Features
7+
8+
* Update to node v22.4.0 ([#310](https://github.com/eslint-community/eslint-plugin-n/issues/310)) ([f7a74eb](https://github.com/eslint-community/eslint-plugin-n/commit/f7a74eb147875d7e2125125863befe61d0be0614)), closes [#308](https://github.com/eslint-community/eslint-plugin-n/issues/308)
9+
* Update to node v22.5.0 ([#312](https://github.com/eslint-community/eslint-plugin-n/issues/312)) ([2539c9d](https://github.com/eslint-community/eslint-plugin-n/commit/2539c9deaa0c339b520dcd45ba4998dca6b678e3))
10+
11+
12+
### 📚 Documentation
13+
14+
* add clarifications to readme ([dbdfa8e](https://github.com/eslint-community/eslint-plugin-n/commit/dbdfa8e0abdeb96f2f843c4112cc43f16f2657ea))
15+
* fix spacings in the example ([#306](https://github.com/eslint-community/eslint-plugin-n/issues/306)) ([c092cd8](https://github.com/eslint-community/eslint-plugin-n/commit/c092cd893010f8da894f87da567c07d69be6cc0d))
16+
17+
18+
### 🧹 Chores
19+
20+
* upgrade compatible deps ([8f6f11d](https://github.com/eslint-community/eslint-plugin-n/commit/8f6f11da5d072fe7b0ca1e916744e527ee260db2))
21+
322
## [17.9.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.8.1...v17.9.0) (2024-06-14)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-n",
3-
"version": "17.9.0",
3+
"version": "17.10.0",
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)