-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.26 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"ember-resolver": {
"impact": "minor",
"oldVersion": "13.1.1",
"newVersion": "13.2.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2026-02-17)\n\n* ember-resolver 13.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-resolver`\n * [#989](https://github.com/ember-cli/ember-resolver/pull/989) remove ember-cli-babel dependency and engine reference ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* Other\n * [#992](https://github.com/ember-cli/ember-resolver/pull/992) start using release-plan ([@mansona](https://github.com/mansona))\n * [#990](https://github.com/ember-cli/ember-resolver/pull/990) remove cron from github ci ([@mansona](https://github.com/mansona))\n* `ember-resolver`\n * [#991](https://github.com/ember-cli/ember-resolver/pull/991) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}