Skip to content

Commit 1087f62

Browse files
Prepare Release v0.14.2 using 'release-plan'
1 parent e64037a commit 1087f62

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.14.0",
6-
"newVersion": "0.14.1",
5+
"oldVersion": "0.14.1",
6+
"newVersion": "0.14.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"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"
17+
"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"
2218
}

CHANGELOG.md

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

3+
## Release (2026-07-03)
4+
5+
* ember-eslint-parser 0.14.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
13+
314
## Release (2026-07-02)
415

516
* ember-eslint-parser 0.14.1 (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.1",
3+
"version": "0.14.2",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)