-
Notifications
You must be signed in to change notification settings - Fork 3
/
.release-plan.json
21 lines (21 loc) · 1.03 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"solution": {
"lint-to-the-future-eslint": {
"impact": "minor",
"oldVersion": "2.1.3",
"newVersion": "2.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-01)\n\nlint-to-the-future-eslint 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future-eslint`\n * [#34](https://github.com/mansona/lint-to-the-future-eslint/pull/34) add support for eslint-9 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `lint-to-the-future-eslint`\n * [#32](https://github.com/mansona/lint-to-the-future-eslint/pull/32) add a test to cover the case of an empty eslint-disable ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}