Skip to content

Commit 8dbc370

Browse files
Prepare Release v2.1.6 using 'release-plan'
1 parent c2a8c18 commit 8dbc370

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
44
"impact": "patch",
5-
"oldVersion": "2.1.4",
6-
"newVersion": "2.1.5",
5+
"oldVersion": "2.1.5",
6+
"newVersion": "2.1.6",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
11+
"reason": "Appears in changelog section :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"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"
17+
"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"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-04-21)
4+
5+
* prettier-plugin-ember-template-tag 2.1.6 (patch)
6+
7+
#### :house: Internal
8+
* `prettier-plugin-ember-template-tag`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Liam ([@evoactivity](https://github.com/evoactivity))
13+
314
## Release (2026-04-17)
415

516
* prettier-plugin-ember-template-tag 2.1.5 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-ember-template-tag",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)