Skip to content

Commit 37065f2

Browse files
chore(release-please): release 17.0.1-beta03
1 parent 4c1ae75 commit 37065f2

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/release-please/manifest.json

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

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [17.0.1-beta03](https://github.com/eslint-community/eslint-plugin-n/compare/v17.0.0-beta03...v17.0.1-beta03) (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+
* Add prerelease tag ([f38fe50](https://github.com/eslint-community/eslint-plugin-n/commit/f38fe5035178a2c8a0232215569755e855d1d17e))
14+
* Attempt to fake the current version ([068fcd5](https://github.com/eslint-community/eslint-plugin-n/commit/068fcd5c46c7f9733d5209e04527d76253fac21d))
15+
* Migrate to manifest config ([59bed8c](https://github.com/eslint-community/eslint-plugin-n/commit/59bed8c7811664bf7fe6d84aa4c451ead34c225d))
16+
* Prevent full commit scan ([4c1ae75](https://github.com/eslint-community/eslint-plugin-n/commit/4c1ae75997b9942854e93473356ca8f15b85051f))

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-beta03",
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)