From c7b9424da239041b59d5ca8433ff5e5458d52468 Mon Sep 17 00:00:00 2001 From: gitKrystan <14152574+gitKrystan@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:55:51 +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 3aee2c7..689c626 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,8 @@ { "solution": { "prettier-plugin-ember-template-tag": { - "impact": "patch", - "oldVersion": "2.0.3", - "newVersion": "2.0.4", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./package.json" + "oldVersion": "2.0.4" } }, - "description": "## Release (2024-11-06)\n\nprettier-plugin-ember-template-tag 2.0.4 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#284](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/284) Add prepack so that this library builds before publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0521e70..0f0da0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-11-06) prettier-plugin-ember-template-tag 2.0.4 (patch)