diff --git a/.release-plan.json b/.release-plan.json index 714360a..2396c22 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,8 @@ { "solution": { "@nullvoxpopuli/ember-composable-helpers": { - "impact": "patch", - "oldVersion": "5.3.1", - "newVersion": "5.3.2", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./ember-composable-helpers/package.json" + "oldVersion": "5.3.2" } }, - "description": "## Release (2026-04-30)\n\n* @nullvoxpopuli/ember-composable-helpers 5.3.2 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#79](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/79) Guard against undefined registry in Embroider/Vite ([@mweidner037](https://github.com/mweidner037))\n\n#### :house: Internal\n* [#80](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/80) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@mweidner037](https://github.com/mweidner037)\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d772161..1ad2c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog + + + + + ## Release (2026-04-30) * @nullvoxpopuli/ember-composable-helpers 5.3.2 (patch)