Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-eslint-parser": {
"impact": "minor",
"oldVersion": "0.8.0",
"newVersion": "0.9.0",
"oldVersion": "0.9.0",
"newVersion": "0.10.0",
"tagName": "latest",
"constraints": [
{
Expand All @@ -18,5 +18,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-03-20)\n\n* ember-eslint-parser 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#185](https://github.com/ember-tooling/ember-eslint-parser/pull/185) Update dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#181](https://github.com/ember-tooling/ember-eslint-parser/pull/181) Extract to ember-estree ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#176](https://github.com/ember-tooling/ember-eslint-parser/pull/176) Convert library to ESM ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#186](https://github.com/ember-tooling/ember-eslint-parser/pull/186) Improve benchmark output indicators ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#183](https://github.com/ember-tooling/ember-eslint-parser/pull/183) Print benchmark comment body to stdout on fork PRs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#182](https://github.com/ember-tooling/ember-eslint-parser/pull/182) Fix bench-compare workflow for fork PRs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#177](https://github.com/ember-tooling/ember-eslint-parser/pull/177) Make it easier to get a summary of the bench results locally ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#179](https://github.com/ember-tooling/ember-eslint-parser/pull/179) Fix trailing whitespace lint error in parser.bench.mjs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#172](https://github.com/ember-tooling/ember-eslint-parser/pull/172) Switch to mitata for benchmark comparison with built-in boxplots and summaries ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 3\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- NullVoxPopuli's reduced-access account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2026-04-16)\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 * [#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: 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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2026-04-16)

* ember-eslint-parser 0.10.0 (minor)

#### :rocket: Enhancement
* `ember-eslint-parser`
* [#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))

#### :house: Internal
* `ember-eslint-parser`
* [#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))

#### Committers: 2
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
- [@johanrd](https://github.com/johanrd)

## Release (2026-03-20)

* ember-eslint-parser 0.9.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-eslint-parser",
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"keywords": [],
"repository": {
Expand Down