-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.release-plan.json
21 lines (21 loc) · 1.25 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-set-helper": {
"impact": "patch",
"oldVersion": "3.0.0",
"newVersion": "3.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-set-helper/package.json"
}
},
"description": "## Release (2024-02-12)\n\nember-set-helper 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-set-helper`, `test-app`\n * [#67](https://github.com/adopted-ember-addons/ember-set-helper/pull/67) Ensure workspace root is a private unnamed package ([@gilest](https://github.com/gilest))\n\n#### :house: Internal\n* `ember-set-helper`, `test-app`\n * [#64](https://github.com/adopted-ember-addons/ember-set-helper/pull/64) Move ci.yml to correct folder ([@MelSumner](https://github.com/MelSumner))\n* Other\n * [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 2\n- Giles Thompson ([@gilest](https://github.com/gilest))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n"
}