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.8",
"newVersion": "0.6.9",
"oldVersion": "0.6.9",
"newVersion": "0.6.10",
"tagName": "latest",
"constraints": [
{
Expand All @@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.9",
"version": "0.6.10",
"description": "ESTree generator for gjs and gts file used by ember",
"keywords": [
"AST",
Expand Down