Skip to content

Commit 6dc22f6

Browse files
chore(release-please): release 17.0.1-3
1 parent cbc003e commit 6dc22f6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "17.0.0-3" }
1+
{".":"17.0.1-3"}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [17.0.1-3](https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-3...v17.0.1-3) (2024-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **no-unsupported-features:** Remove use of `static` as a variable ([#190](https://github.com/eslint-community/eslint-plugin-n/issues/190)) ([e31d868](https://github.com/eslint-community/eslint-plugin-n/commit/e31d8683b65a6f982cb91634f951afd0fe5583ae))
9+
10+
11+
### Chores
12+
13+
* Migrate to manifest config ([59bed8c](https://github.com/eslint-community/eslint-plugin-n/commit/59bed8c7811664bf7fe6d84aa4c451ead34c225d))

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-3",
3+
"version": "17.0.1-3",
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)