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
"reason": "Appears in changelog section :rocket: Enhancement"
11
-
},
12
-
{
13
-
"impact": "patch",
14
-
"reason": "Appears in changelog section :bug: Bug Fix"
10
+
"impact": "major",
11
+
"reason": "Appears in changelog section :boom: Breaking Change"
15
12
},
16
13
{
17
14
"impact": "patch",
@@ -21,5 +18,5 @@
21
18
"pkgJSONPath": "./package.json"
22
19
}
23
20
},
24
-
"description": "## Release (2025-07-03)\n\nember-cli-deprecation-workflow 3.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-deprecation-workflow`\n * [#217](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/217) Throw Deprecation ID ([@jrjohnson](https://github.com/jrjohnson))\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#215](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/215) Relax ember-source peerDependency for 3.28 support ([@apellerano-pw](https://github.com/apellerano-pw))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#219](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/219) fix CI for Ember 6.x ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Andrew Pellerano ([@apellerano-pw](https://github.com/apellerano-pw))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))\n"
21
+
"description": "## Release (2025-12-18)\n\n* ember-cli-deprecation-workflow 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-deprecation-workflow`\n * [#222](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/222) Convert to v2 Addon - classic apps (using ember-cli for build) will want to remain on v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#223](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/223) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#220](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/220) chore: Test latest LTS versions ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 2\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## Release (2025-12-18)
4
+
5
+
* ember-cli-deprecation-workflow 4.0.0 (major)
6
+
7
+
#### :boom: Breaking Change
8
+
*`ember-cli-deprecation-workflow`
9
+
*[#222](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/222) Convert to v2 Addon - classic apps (using ember-cli for build) will want to remain on v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10
+
11
+
#### :house: Internal
12
+
*`ember-cli-deprecation-workflow`
13
+
*[#223](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/223) Update release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14
+
*[#220](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/220) chore: Test latest LTS versions ([@TSenter](https://github.com/TSenter))
0 commit comments