Skip to content

Commit d1eb458

Browse files
authored
Merge pull request #291 from ember-tooling/release-preview
Prepare Release
2 parents becddef + 748f56d commit d1eb458

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.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.0.3",
6-
"newVersion": "2.0.4",
5+
"oldVersion": "2.0.4",
6+
"newVersion": "2.0.5",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2024-11-06)\n\nprettier-plugin-ember-template-tag 2.0.4 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#284](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/284) Add prepack so that this library builds before publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-03-31)\n\nprettier-plugin-ember-template-tag 2.0.5 (patch)\n\n#### :bug: Bug Fix\n* `prettier-plugin-ember-template-tag`\n * [#341](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/341) Fix implied export default with satisfies ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
1717
}

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 (2025-03-31)
4+
5+
prettier-plugin-ember-template-tag 2.0.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `prettier-plugin-ember-template-tag`
9+
* [#341](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/341) Fix implied export default with satisfies ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
314
## Release (2024-11-06)
415

516
prettier-plugin-ember-template-tag 2.0.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.0.4",
3+
"version": "2.0.5",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)