-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
17 lines (17 loc) · 947 Bytes
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"ember-classic-import-meta-glob": {
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-classic-import-meta-glob/package.json"
}
},
"description": "## Release (2024-11-20)\n\nember-classic-import-meta-glob 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-classic-import-meta-glob`, `test-app`\n * [#7](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/7) Fix ../ globs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#8](https://github.com/NullVoxPopuli/ember-classic-import-meta-glob/pull/8) Set packageManager upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}