You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
"solution": {
3
3
"ember-cli-update": {
4
4
"impact": "patch",
5
-
"oldVersion": "3.0.0",
6
-
"newVersion": "3.0.1",
5
+
"oldVersion": "3.0.1",
6
+
"newVersion": "3.0.2",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
10
10
"impact": "patch",
11
-
"reason": "Appears in changelog section :house: Internal"
11
+
"reason": "Appears in changelog section :bug: Bug Fix"
12
12
}
13
13
],
14
14
"pkgJSONPath": "./package.json"
15
15
}
16
16
},
17
-
"description": "## Release (2025-10-07)\n\n* ember-cli-update 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
0 commit comments