Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down