Skip to content

Commit 438d6fa

Browse files
authoredApr 7, 2024··
chore(master): release 17.0.0-7 (#217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d8ed14 commit 438d6fa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 

‎.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"17.0.0-6"}
1+
{".":"17.0.0-7"}

‎CHANGELOG.md

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

3+
## [17.0.0-7](https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0-6...v17.0.0-7) (2024-04-07)
4+
5+
6+
### Features
7+
8+
* typescript (jsdoc) checking and definition generation ([#169](https://github.com/eslint-community/eslint-plugin-n/issues/169)) ([6d8ed14](https://github.com/eslint-community/eslint-plugin-n/commit/6d8ed14c186a814c3a258993fb6c986a02ed5568))
9+
10+
11+
### Bug Fixes
12+
13+
* change peer dependencies to allow eslint v9 ([#216](https://github.com/eslint-community/eslint-plugin-n/issues/216)) ([5e82d7f](https://github.com/eslint-community/eslint-plugin-n/commit/5e82d7f26aa8dc58b46584c9fe3c74a11c265228))
14+
315
## [17.0.0-6](https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0-5...v17.0.0-6) (2024-03-25)
416

517

‎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.0.0-6",
3+
"version": "17.0.0-7",
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)
Please sign in to comment.