-
Notifications
You must be signed in to change notification settings - Fork 0
/
.release-plan.json
17 lines (17 loc) · 998 Bytes
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"memory-leak-detector": {
"impact": "minor",
"oldVersion": "0.1.2",
"newVersion": "0.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/memory-leak-detector/package.json"
}
},
"description": "## Release (2024-09-10)\n\nmemory-leak-detector 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `memory-leak-detector`, `ember-test-app`\n * [#41](https://github.com/mainmatter/memory-leak-detector/pull/41) feat: make memory-leak-detector connection info configurable ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `ember-test-app`\n * [#40](https://github.com/mainmatter/memory-leak-detector/pull/40) chore(ci): make CI passing ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
}