-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.release-plan.json
More file actions
17 lines (17 loc) · 985 Bytes
/
.release-plan.json
File metadata and controls
17 lines (17 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"ember-page-title": {
"impact": "patch",
"oldVersion": "8.2.1",
"newVersion": "8.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2024-02-15)\n\nember-page-title 8.2.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#288](https://github.com/ember-cli/ember-page-title/pull/288) Improve return type of `getPageTitle` test helper ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `docs`, `test-app`\n * [#285](https://github.com/ember-cli/ember-page-title/pull/285) These packages are private, let's mark them as private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}