diff --git a/.release-plan.json b/.release-plan.json index f0fa05f..147cb91 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-eslint-parser": { "impact": "patch", - "oldVersion": "0.5.11", - "newVersion": "0.5.12", + "oldVersion": "0.5.12", + "newVersion": "0.5.13", "tagName": "latest", "constraints": [ { @@ -18,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d913d36..8512369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Release (2025-11-12) +* ember-eslint-parser 0.5.13 (patch) + +#### :bug: Bug Fix +* `ember-eslint-parser` + * [#137](https://github.com/ember-tooling/ember-eslint-parser/pull/137) Fix ESM babel configs ([@ef4](https://github.com/ef4)) + +#### :house: Internal +* `ember-eslint-parser` + * [#147](https://github.com/ember-tooling/ember-eslint-parser/pull/147) Add test projects for the experimental worker ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#138](https://github.com/ember-tooling/ember-eslint-parser/pull/138) Upgrade pnpm, re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Edward Faulkner ([@ef4](https://github.com/ef4)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2025-11-12) + * ember-eslint-parser 0.5.12 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index d6c600f..30d9f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.5.12", + "version": "0.5.13", "description": "", "keywords": [], "repository": {