Skip to content

Commit 85a977c

Browse files
Prepare Release v0.11.0 using 'release-plan'
1 parent 8dd1ee9 commit 85a977c

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

.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": "minor",
5-
"oldVersion": "0.9.0",
6-
"newVersion": "0.10.0",
5+
"oldVersion": "0.10.0",
6+
"newVersion": "0.11.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2026-04-19)\n\n* ember-eslint-parser 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#189](https://github.com/ember-tooling/ember-eslint-parser/pull/189) hbs-parser: register block-param scope for `as |x|` ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#191](https://github.com/ember-tooling/ember-eslint-parser/pull/191) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#190](https://github.com/ember-tooling/ember-eslint-parser/pull/190) Revert \"Prepare Release v0.10.0\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#188](https://github.com/ember-tooling/ember-eslint-parser/pull/188) Prepare Release v0.10.0 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#187](https://github.com/ember-tooling/ember-eslint-parser/pull/187) Increase benchmark sampling 5x for CI stability ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 4\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
21+
"description": "## Release (2026-04-24)\n\n* ember-eslint-parser 0.11.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#196](https://github.com/ember-tooling/ember-eslint-parser/pull/196) Upgrade ember-estree to 0.6.0 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#194](https://github.com/ember-tooling/ember-eslint-parser/pull/194) test: regression coverage for {{! eslint-disable-* }} directives in templates ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@johanrd](https://github.com/johanrd)\n"
2222
}

CHANGELOG.md

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

3+
## Release (2026-04-24)
4+
5+
* ember-eslint-parser 0.11.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-eslint-parser`
9+
* [#196](https://github.com/ember-tooling/ember-eslint-parser/pull/196) Upgrade ember-estree to 0.6.0 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#194](https://github.com/ember-tooling/ember-eslint-parser/pull/194) test: regression coverage for {{! eslint-disable-* }} directives in templates ([@johanrd](https://github.com/johanrd))
14+
15+
#### Committers: 2
16+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
17+
- [@johanrd](https://github.com/johanrd)
18+
319
## Release (2026-04-19)
420

521
* ember-eslint-parser 0.10.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.10.0",
3+
"version": "0.11.0",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)