diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9981e2d8..084d57a3 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{ ".": "17.0.0-3" } +{".":"17.0.1-3"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..80f3d78d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [17.0.1-3](https://github.com/eslint-community/eslint-plugin-n/compare/17.0.0-3...v17.0.1-3) (2024-02-27) + + +### Bug Fixes + +* **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)) + + +### Chores + +* Migrate to manifest config ([59bed8c](https://github.com/eslint-community/eslint-plugin-n/commit/59bed8c7811664bf7fe6d84aa4c451ead34c225d)) diff --git a/package.json b/package.json index 85c34405..387d139c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-n", - "version": "17.0.0-3", + "version": "17.0.1-3", "description": "Additional ESLint's rules for Node.js", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"