diff --git a/.release-plan.json b/.release-plan.json index 5639e9f..ca9e9d5 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,21 @@ "solution": { "prettier-plugin-ember-template-tag": { "impact": "patch", - "oldVersion": "2.1.1", - "newVersion": "2.1.2", + "oldVersion": "2.1.2", + "newVersion": "2.1.3", + "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-11-30)\n\nprettier-plugin-ember-template-tag 2.1.2 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#412](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/412) Improve preprocess ([@fisker](https://github.com/fisker))\n\n#### Committers: 1\n- fisker Cheung ([@fisker](https://github.com/fisker))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc7162..fece871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2025-12-11) + +* prettier-plugin-ember-template-tag 2.1.3 (patch) + +#### :bug: Bug Fix +* `prettier-plugin-ember-template-tag` + * [#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)) + +#### :house: Internal +* `prettier-plugin-ember-template-tag` + * [#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)) + * [#414](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/414) Updates dependencies ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam Potter ([@evoactivity](https://github.com/evoactivity)) + ## Release (2025-11-30) prettier-plugin-ember-template-tag 2.1.2 (patch) diff --git a/package.json b/package.json index 4c0ae99..f533bf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-ember-template-tag", - "version": "2.1.2", + "version": "2.1.3", "description": "A prettier plugin for formatting Ember template tags", "keywords": [ "ember",