Skip to content

Commit d3cbf87

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v0.5.13 using 'release-plan'
1 parent ad6f05b commit d3cbf87

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.5.11",
6-
"newVersion": "0.5.12",
5+
"oldVersion": "0.5.12",
6+
"newVersion": "0.5.13",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2025-11-12)\n\n* ember-eslint-parser 0.5.12 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#144](https://github.com/ember-tooling/ember-eslint-parser/pull/144) Fix eslint for imports with .gts extension, Cleanup parserOptions for typescript-eslint canary ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#144](https://github.com/ember-tooling/ember-eslint-parser/pull/144) Fix eslint for imports with .gts extension, Cleanup parserOptions for typescript-eslint canary ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-11-12)\n\n* ember-eslint-parser 0.5.13 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#137](https://github.com/ember-tooling/ember-eslint-parser/pull/137) Fix ESM babel configs ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#147](https://github.com/ember-tooling/ember-eslint-parser/pull/147) Add test projects for the experimental worker ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#138](https://github.com/ember-tooling/ember-eslint-parser/pull/138) Upgrade pnpm, re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Release (2025-11-12)
44

5+
* ember-eslint-parser 0.5.13 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#137](https://github.com/ember-tooling/ember-eslint-parser/pull/137) Fix ESM babel configs ([@ef4](https://github.com/ef4))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#147](https://github.com/ember-tooling/ember-eslint-parser/pull/147) Add test projects for the experimental worker ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#138](https://github.com/ember-tooling/ember-eslint-parser/pull/138) Upgrade pnpm, re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 2
17+
- Edward Faulkner ([@ef4](https://github.com/ef4))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
20+
## Release (2025-11-12)
21+
522
* ember-eslint-parser 0.5.12 (patch)
623

724
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)