diff --git a/.release-plan.json b/.release-plan.json index 2cbc4f9..91cf14a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,14 +1,14 @@ { "solution": { "ember-cli-deprecation-workflow": { - "impact": "major", - "oldVersion": "3.4.0", - "newVersion": "4.0.0", + "impact": "patch", + "oldVersion": "4.0.0", + "newVersion": "4.0.1", "tagName": "latest", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" }, { "impact": "patch", @@ -18,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2026-01-23)\n\n* ember-cli-deprecation-workflow 4.0.1 (patch)\n\n#### :memo: Documentation\n* `ember-cli-deprecation-workflow`\n * [#226](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/226) Docs updates for 4.x ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#227](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/227) Adjust changelog wording ([@kategengler](https://github.com/kategengler))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#224](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/224) Remove unneeded files and deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e6064..35d4b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Release (2026-01-23) + +* ember-cli-deprecation-workflow 4.0.1 (patch) + +#### :memo: Documentation +* `ember-cli-deprecation-workflow` + * [#226](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/226) Docs updates for 4.x ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#227](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/227) Adjust changelog wording ([@kategengler](https://github.com/kategengler)) + +#### :house: Internal +* `ember-cli-deprecation-workflow` + * [#224](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/224) Remove unneeded files and deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Katie Gengler ([@kategengler](https://github.com/kategengler)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-12-18) * ember-cli-deprecation-workflow 4.0.0 (major) diff --git a/package.json b/package.json index 2c225cc..4a459c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deprecation-workflow", - "version": "4.0.0", + "version": "4.0.1", "description": "Provides a much needed workflow to managing deprecations.", "keywords": [ "ember-addon"