diff --git a/.release-plan.json b/.release-plan.json index defacd3..03a4b49 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,21 @@ "solution": { "ember-eslint-parser": { "impact": "patch", - "oldVersion": "0.14.2", - "newVersion": "0.14.3", + "oldVersion": "0.14.3", + "newVersion": "0.14.4", "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-03)\n\n* ember-eslint-parser 0.14.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#233](https://github.com/ember-tooling/ember-eslint-parser/pull/233) Match transformForLint masking to ember-estree's toPlaceholderJS (fixes per-file program rebuilds) ([@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" + "description": "## Release (2026-07-08)\n\n* ember-eslint-parser 0.14.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#241](https://github.com/ember-tooling/ember-eslint-parser/pull/241) Don't crash type-aware linting when the project's tsbuildinfo doesn't exist yet ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#239](https://github.com/ember-tooling/ember-eslint-parser/pull/239) Post the benchmark PR comment (both benchmarks) for fork PRs too ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#238](https://github.com/ember-tooling/ember-eslint-parser/pull/238) Upgrade default @typescript-eslint deps to v8 so CI benches projectService ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#236](https://github.com/ember-tooling/ember-eslint-parser/pull/236) Add project-mode benchmark and run it in the benchmark comparison workflow ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c62fa5e..99b759a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release (2026-07-08) + +* ember-eslint-parser 0.14.4 (patch) + +#### :bug: Bug Fix +* `ember-eslint-parser` + * [#241](https://github.com/ember-tooling/ember-eslint-parser/pull/241) Don't crash type-aware linting when the project's tsbuildinfo doesn't exist yet ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `ember-eslint-parser` + * [#239](https://github.com/ember-tooling/ember-eslint-parser/pull/239) Post the benchmark PR comment (both benchmarks) for fork PRs too ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#238](https://github.com/ember-tooling/ember-eslint-parser/pull/238) Upgrade default @typescript-eslint deps to v8 so CI benches projectService ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#236](https://github.com/ember-tooling/ember-eslint-parser/pull/236) Add project-mode benchmark and run it in the benchmark comparison workflow ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + +#### Committers: 2 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-07-03) * ember-eslint-parser 0.14.3 (patch) diff --git a/package.json b/package.json index 4e6819d..330aebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.14.3", + "version": "0.14.4", "description": "", "keywords": [], "repository": {