Skip to content

Commit 9c66f3b

Browse files
Prepare Release v0.14.4 using 'release-plan'
1 parent edc6f2b commit 9c66f3b

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.14.2",
6-
"newVersion": "0.14.3",
5+
"oldVersion": "0.14.3",
6+
"newVersion": "0.14.4",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
11+
"reason": "Appears in changelog section :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"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"
17+
"description": "## Release (2026-07-06)\n\n* ember-eslint-parser 0.14.4 (patch)\n\n#### :house: Internal\n* `ember-eslint-parser`\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: 1\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n"
1818
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Release (2026-07-06)
4+
5+
* ember-eslint-parser 0.14.4 (patch)
6+
7+
#### :house: Internal
8+
* `ember-eslint-parser`
9+
* [#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))
10+
* [#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))
11+
12+
#### Committers: 1
13+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
14+
315
## Release (2026-07-03)
416

517
* ember-eslint-parser 0.14.3 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-eslint-parser",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)