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": {
"ember-estree": {
"impact": "patch",
"oldVersion": "0.6.6",
"newVersion": "0.6.7",
"oldVersion": "0.6.7",
"newVersion": "0.6.8",
"tagName": "latest",
"constraints": [
{
Expand All @@ -14,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-06-29)\n\n* ember-estree 0.6.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-estree`\n * [#61](https://github.com/NullVoxPopuli/ember-estree/pull/61) Preserve TypeScript `type` modifier when printing imports/exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2026-06-29)\n\n* ember-estree 0.6.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-estree`\n * [#63](https://github.com/NullVoxPopuli/ember-estree/pull/63) Add print support for TSParenthesizedType ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2026-06-29)

* ember-estree 0.6.8 (patch)

#### :bug: Bug Fix
* `ember-estree`
* [#63](https://github.com/NullVoxPopuli/ember-estree/pull/63) Add print support for TSParenthesizedType ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-06-29)

* ember-estree 0.6.7 (patch)

#### :bug: Bug Fix
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": "ember-estree",
"version": "0.6.7",
"version": "0.6.8",
"description": "ESTree generator for gjs and gts file used by ember",
"keywords": [
"AST",
Expand Down