-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.release-plan.json
21 lines (21 loc) · 1.04 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": {
"ember-eslint-parser": {
"impact": "patch",
"oldVersion": "0.5.7",
"newVersion": "0.5.8",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-01-15)\n\nember-eslint-parser 0.5.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}