-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.19 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.19 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-exam": {
"impact": "minor",
"oldVersion": "10.0.1",
"newVersion": "10.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-12-19)\n\n* ember-exam 10.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-exam`\n * [#1489](https://github.com/ember-cli/ember-exam/pull/1489) Better vite support ([@bendemboski](https://github.com/bendemboski))\n\n#### :memo: Documentation\n* `ember-exam`\n * [#1489](https://github.com/ember-cli/ember-exam/pull/1489) Better vite support ([@bendemboski](https://github.com/bendemboski))\n * [#1455](https://github.com/ember-cli/ember-exam/pull/1455) Update README.md with timeout help ([@apellerano-pw](https://github.com/apellerano-pw))\n\n#### Committers: 2\n- Andrew Pellerano ([@apellerano-pw](https://github.com/apellerano-pw))\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n"
}