From eeb859cff2a84bc1c6eedcb6a563f7775249e58b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:29:34 +0000 Subject: [PATCH] Prepare Release v0.6.10 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 6a1a2a8..e83aaae 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-estree": { "impact": "patch", - "oldVersion": "0.6.8", - "newVersion": "0.6.9", + "oldVersion": "0.6.9", + "newVersion": "0.6.10", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-06-30)\n\n* ember-estree 0.6.9 (patch)\n\n#### :bug: Bug Fix\n* `ember-estree`\n * [#67](https://github.com/NullVoxPopuli/ember-estree/pull/67) Add primitive indentation to printed block output ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#68](https://github.com/NullVoxPopuli/ember-estree/pull/68) Print string literals from raw source to preserve escapes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#65](https://github.com/NullVoxPopuli/ember-estree/pull/65) Print remaining TS/V8 nodes; fix dropped enum members ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-07-03)\n\n* ember-estree 0.6.10 (patch)\n\n#### :bug: Bug Fix\n* `ember-estree`\n * [#69](https://github.com/NullVoxPopuli/ember-estree/pull/69) Blank out backticks/dollars in placeholder JS instead of escaping ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 1\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acabc8..9984774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-07-03) + +* ember-estree 0.6.10 (patch) + +#### :bug: Bug Fix +* `ember-estree` + * [#69](https://github.com/NullVoxPopuli/ember-estree/pull/69) Blank out backticks/dollars in placeholder JS instead of escaping ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + +#### Committers: 1 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + ## Release (2026-06-30) * ember-estree 0.6.9 (patch) diff --git a/package.json b/package.json index da10174..91a5a92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-estree", - "version": "0.6.9", + "version": "0.6.10", "description": "ESTree generator for gjs and gts file used by ember", "keywords": [ "AST",