Skip to content

Commit 9d7a165

Browse files
Merge pull request #224 from ember-tooling/release-preview
Prepare Release v0.14.1
2 parents 8dc030b + 07dba1c commit 9d7a165

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"solution": {
33
"ember-eslint-parser": {
4-
"impact": "minor",
5-
"oldVersion": "0.13.0",
6-
"newVersion": "0.14.0",
4+
"impact": "patch",
5+
"oldVersion": "0.14.0",
6+
"newVersion": "0.14.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
},
1313
{
1414
"impact": "patch",
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2026-06-23)\n\n* ember-eslint-parser 0.14.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#215](https://github.com/ember-tooling/ember-eslint-parser/pull/215) feat: support `@babel/eslint-parser` v8 ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#222](https://github.com/ember-tooling/ember-eslint-parser/pull/222) fix package lint ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 2\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n"
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"
2222
}

CHANGELOG.md

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

3+
## Release (2026-07-02)
4+
5+
* ember-eslint-parser 0.14.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#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))
14+
15+
#### Committers: 1
16+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
17+
318
## Release (2026-06-23)
419

520
* ember-eslint-parser 0.14.0 (minor)

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.0",
3+
"version": "0.14.1",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)