-
Notifications
You must be signed in to change notification settings - Fork 0
/
.release-plan.json
21 lines (21 loc) · 1.36 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": {
"@bertdeblock/gember": {
"impact": "minor",
"oldVersion": "0.4.0",
"newVersion": "0.5.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-26)\n\n@bertdeblock/gember 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#38](https://github.com/bertdeblock/gember/pull/38) Support all CLI options in the gember config file ([@bertdeblock](https://github.com/bertdeblock))\n * [#26](https://github.com/bertdeblock/gember/pull/26) Support v1 apps and addons ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@bertdeblock/gember`\n * [#41](https://github.com/bertdeblock/gember/pull/41) Fix Release Plan ([@bertdeblock](https://github.com/bertdeblock))\n * [#35](https://github.com/bertdeblock/gember/pull/35) Update ESLint setup ([@bertdeblock](https://github.com/bertdeblock))\n * [#34](https://github.com/bertdeblock/gember/pull/34) Update dependencies ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}