Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"prettier-plugin-ember-template-tag": {
"impact": "patch",
"oldVersion": "2.0.3",
"newVersion": "2.0.4",
"oldVersion": "2.0.4",
"newVersion": "2.0.5",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-03-31)

prettier-plugin-ember-template-tag 2.0.5 (patch)

#### :bug: Bug Fix
* `prettier-plugin-ember-template-tag`
* [#341](https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/341) Fix implied export default with satisfies ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-11-06)

prettier-plugin-ember-template-tag 2.0.4 (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.0.4",
"version": "2.0.5",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
Expand Down