Skip to content

Commit c7d5a9f

Browse files
Prepare Release v0.10.1 using 'release-plan'
1 parent 5092e7d commit c7d5a9f

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"ember-eslint-parser": {
4-
"impact": "minor",
5-
"oldVersion": "0.9.0",
6-
"newVersion": "0.10.0",
4+
"impact": "patch",
5+
"oldVersion": "0.10.0",
6+
"newVersion": "0.10.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
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"
17+
"description": "## Release (2026-04-23)\n\n* ember-eslint-parser 0.10.1 (patch)\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: 1\n- [@johanrd](https://github.com/johanrd)\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-04-23)
4+
5+
* ember-eslint-parser 0.10.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-eslint-parser`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- [@johanrd](https://github.com/johanrd)
13+
314
## Release (2026-04-19)
415

516
* 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.10.1",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)