-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.release-plan.json
21 lines (21 loc) · 1.05 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-native-class-codemod": {
"impact": "patch",
"oldVersion": "4.1.0",
"newVersion": "4.1.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-26)\n\nember-native-class-codemod 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-native-class-codemod`\n * [#552](https://github.com/ember-codemods/ember-native-class-codemod/pull/552) Fix off-by-one-error when interpreting CLI args ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :house: Internal\n* `ember-native-class-codemod`\n * [#551](https://github.com/ember-codemods/ember-native-class-codemod/pull/551) Don't publish TS files ([@gitKrystan](https://github.com/gitKrystan))\n\n#### Committers: 1\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n"
}