You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
"solution": {
3
3
"ember-eslint-parser": {
4
4
"impact": "patch",
5
-
"oldVersion": "0.14.2",
6
-
"newVersion": "0.14.3",
5
+
"oldVersion": "0.14.3",
6
+
"newVersion": "0.14.4",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
10
10
"impact": "patch",
11
-
"reason": "Appears in changelog section :bug: Bug Fix"
11
+
"reason": "Appears in changelog section :house: Internal"
12
12
}
13
13
],
14
14
"pkgJSONPath": "./package.json"
15
15
}
16
16
},
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"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
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))
0 commit comments