diff --git a/.release-plan.json b/.release-plan.json index 4b3b379..30a0bc0 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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": [ { @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c6172..76bc201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e9bb35f..aca438f 100644 --- a/package.json +++ b/package.json @@ -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",