From 8dbc37002d4723b0bcfef3b1791340b4291cfb66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:00:12 +0000 Subject: [PATCH] Prepare Release v2.1.6 using 'release-plan' --- .release-plan.json | 8 ++++---- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 56b93f0..0f7b1e8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,17 @@ "solution": { "prettier-plugin-ember-template-tag": { "impact": "patch", - "oldVersion": "2.1.4", - "newVersion": "2.1.5", + "oldVersion": "2.1.5", + "newVersion": "2.1.6", "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-04-17)\n\n* prettier-plugin-ember-template-tag 2.1.5 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#422](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/422) Fix `templateExportDefault: true` not adding `export default` to bare module-level templates ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 1\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n" + "description": "## Release (2026-04-21)\n\n* prettier-plugin-ember-template-tag 2.1.6 (patch)\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#436](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/436) fix: update snapshot to reflect export default in comment-with-template case ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c505d2..a69c189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-04-21) + +* prettier-plugin-ember-template-tag 2.1.6 (patch) + +#### :house: Internal +* `prettier-plugin-ember-template-tag` + * [#436](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/436) fix: update snapshot to reflect export default in comment-with-template case ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam ([@evoactivity](https://github.com/evoactivity)) + ## Release (2026-04-17) * prettier-plugin-ember-template-tag 2.1.5 (patch) diff --git a/package.json b/package.json index 702872c..0b68361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-ember-template-tag", - "version": "2.1.5", + "version": "2.1.6", "description": "A prettier plugin for formatting Ember template tags", "keywords": [ "ember",