-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 736 Bytes
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"@ember/addon-blueprint": {
"impact": "minor",
"oldVersion": "0.12.0",
"newVersion": "0.13.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-10-06)\n\n* @ember/addon-blueprint 0.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#93](https://github.com/ember-cli/ember-addon-blueprint/pull/93) Upgrade all dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}