-
-
Notifications
You must be signed in to change notification settings - Fork 211
Expand file tree
/
Copy path.release-plan.json
More file actions
17 lines (17 loc) · 710 Bytes
/
.release-plan.json
File metadata and controls
17 lines (17 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"eslint-plugin-ember": {
"impact": "minor",
"oldVersion": "12.5.0",
"newVersion": "12.6.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-07-12)\n\neslint-plugin-ember 12.6.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2306](https://github.com/ember-cli/eslint-plugin-ember/pull/2306) Add names for the eslint-inspector ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}