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
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@
"solution": {
"ember-eslint-parser": {
"impact": "patch",
"oldVersion": "0.14.0",
"newVersion": "0.14.1",
"oldVersion": "0.14.1",
"newVersion": "0.14.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-07-02)\n\n* ember-eslint-parser 0.14.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#227](https://github.com/ember-tooling/ember-eslint-parser/pull/227) Fix issue with GTS transform with backtick comments ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#228](https://github.com/ember-tooling/ember-eslint-parser/pull/228) Drop testing for TypeScript RC (7, ts-go) and expand TS matrix to 5.8 / 5.9 / 6 ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 1\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n"
"description": "## Release (2026-07-03)\n\n* ember-eslint-parser 0.14.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#231](https://github.com/ember-tooling/ember-eslint-parser/pull/231) Upgrade ember-estree to ^0.6.10 ([@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-eslint-parser 0.14.2 (patch)

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#231](https://github.com/ember-tooling/ember-eslint-parser/pull/231) Upgrade ember-estree to ^0.6.10 ([@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-07-02)

* ember-eslint-parser 0.14.1 (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-eslint-parser",
"version": "0.14.1",
"version": "0.14.2",
"description": "",
"keywords": [],
"repository": {
Expand Down