diff --git a/.release-plan.json b/.release-plan.json index a6a15eb..6818337 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,10 @@ { "solution": { "ember-cli-deprecation-workflow": { - "impact": "minor", - "oldVersion": "3.3.0", - "newVersion": "3.4.0", + "impact": "patch", + "oldVersion": "3.4.0", + "newVersion": "3.4.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -21,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2025-07-11)\n\nember-cli-deprecation-workflow 3.4.1 (patch)\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\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: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db17d33..dd3b558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2025-07-11) + +ember-cli-deprecation-workflow 3.4.1 (patch) + +#### :house: Internal +* `ember-cli-deprecation-workflow` + * [#220](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/220) chore: Test latest LTS versions ([@TSenter](https://github.com/TSenter)) + +#### Committers: 1 +- Tyler Senter ([@TSenter](https://github.com/TSenter)) + ## Release (2025-07-03) ember-cli-deprecation-workflow 3.4.0 (minor) diff --git a/package.json b/package.json index 48e0dc8..6721d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deprecation-workflow", - "version": "3.4.0", + "version": "3.4.1", "description": "Provides a much needed workflow to managing deprecations.", "keywords": [ "ember-addon"