-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.release-plan.json
21 lines (21 loc) · 1 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/string": {
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.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 (2025-02-19)\n\n@ember/string 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/string`\n * [#448](https://github.com/emberjs/ember-string/pull/448) Remove `htmlSafe` and `isHTMLSafe` ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `@ember/string`\n * [#446](https://github.com/emberjs/ember-string/pull/446) Fix CI icon in README.md ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
}