-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 753 Bytes
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"ember-cli-string-helpers": {
"impact": "patch",
"oldVersion": "8.0.0",
"newVersion": "8.0.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-07-22)\n\n* ember-cli-string-helpers 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-string-helpers`\n * [#379](https://github.com/adopted-ember-addons/ember-cli-string-helpers/pull/379) Update TS types, add warning and examples to README ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
}