From bb58367140141188daca19b510510ad39d2b6b05 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:45:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 13 ++----------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b8922ed..d16b067 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,8 @@ { "solution": { "@nullvoxpopuli/ember-composable-helpers": { - "impact": "patch", - "oldVersion": "5.2.4", - "newVersion": "5.2.5", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./ember-composable-helpers/package.json" + "oldVersion": "5.2.5" } }, - "description": "## Release (2024-09-23)\n\n@nullvoxpopuli/ember-composable-helpers 5.2.5 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#28](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/28) Fix `noop` import typo ([@charlesfries](https://github.com/charlesfries))\n\n#### Committers: 1\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f8614aa..72e85e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog + + + + + ## Release (2024-09-23) @nullvoxpopuli/ember-composable-helpers 5.2.5 (patch)