-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.release-plan.json
21 lines (21 loc) · 1.07 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-mirage": {
"impact": "minor",
"oldVersion": "0.3.3",
"newVersion": "0.4.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-mirage/package.json"
}
},
"description": "## Release (2024-11-18)\n\nember-mirage 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-mirage`, `test-app`\n * [#39](https://github.com/bgantzler/ember-mirage/pull/39) Support auto discovery for mirage and ember-data entities via import.meta.glob ([@enspandi](https://github.com/enspandi))\n\n#### :bug: Bug Fix\n* `ember-mirage`, `test-app`\n * [#39](https://github.com/bgantzler/ember-mirage/pull/39) Support auto discovery for mirage and ember-data entities via import.meta.glob ([@enspandi](https://github.com/enspandi))\n\n#### Committers: 1\n- Andreas Minnich ([@enspandi](https://github.com/enspandi))\n"
}