Skip to content

Commit 8423f3c

Browse files
Prepare Release v2.1.5 using 'release-plan'
1 parent b9069d8 commit 8423f3c

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"prettier-plugin-ember-template-tag": {
44
"impact": "patch",
5-
"oldVersion": "2.1.3",
6-
"newVersion": "2.1.4",
5+
"oldVersion": "2.1.4",
6+
"newVersion": "2.1.5",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"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"
21+
"description": "## Release (2026-04-08)\n\n* prettier-plugin-ember-template-tag 2.1.5 (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 * [#419](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/419) Prepare Release v2.1.4 ([@github-actions[bot]](https://github.com/apps/github-actions))\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: 3\n- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n"
2222
}

CHANGELOG.md

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

3+
## Release (2026-04-08)
4+
5+
* prettier-plugin-ember-template-tag 2.1.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `prettier-plugin-ember-template-tag`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `prettier-plugin-ember-template-tag`
13+
* [#419](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/419) Prepare Release v2.1.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
14+
* [#367](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/367) Refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2))
15+
16+
#### Committers: 3
17+
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
18+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
19+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
20+
321
## Release (2026-04-01)
422

523
* prettier-plugin-ember-template-tag 2.1.4 (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.4",
3+
"version": "2.1.5",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)