diff --git a/.release-plan.json b/.release-plan.json index ca9e9d5..9ca5c1e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "prettier-plugin-ember-template-tag": { "impact": "patch", - "oldVersion": "2.1.2", - "newVersion": "2.1.3", + "oldVersion": "2.1.3", + "newVersion": "2.1.4", "tagName": "latest", "constraints": [ { @@ -18,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-12-11)\n\n* prettier-plugin-ember-template-tag 2.1.3 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#418](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/418) Mark dependencies as external and revert to outputting CJS only ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#416](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/416) Add matrix to test different versions of prettier ([@evoactivity](https://github.com/evoactivity))\n * [#414](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/414) Updates dependencies ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n" + "description": "## Release (2026-04-01)\n\n* prettier-plugin-ember-template-tag 2.1.4 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#425](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/425) fix: externalize prettier/plugins/estree to prevent comment formatting crash ([@lifeart](https://github.com/lifeart))\n\n#### :house: Internal\n* `prettier-plugin-ember-template-tag`\n * [#367](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/367) Refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2))\n\n#### Committers: 2\n- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fece871..d3cb67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-04-01) + +* prettier-plugin-ember-template-tag 2.1.4 (patch) + +#### :bug: Bug Fix +* `prettier-plugin-ember-template-tag` + * [#425](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/425) fix: externalize prettier/plugins/estree to prevent comment formatting crash ([@lifeart](https://github.com/lifeart)) + +#### :house: Internal +* `prettier-plugin-ember-template-tag` + * [#367](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/367) Refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2)) + +#### Committers: 2 +- Alex Kanunnikov ([@lifeart](https://github.com/lifeart)) +- Isaac Lee ([@ijlee2](https://github.com/ijlee2)) + ## Release (2025-12-11) * prettier-plugin-ember-template-tag 2.1.3 (patch) diff --git a/package.json b/package.json index cf648d8..3f3181c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-ember-template-tag", - "version": "2.1.3", + "version": "2.1.4", "description": "A prettier plugin for formatting Ember template tags", "keywords": [ "ember",