From 70af8c74094bed00ddd231b52deacb85041de4d9 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:51:08 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b7f63c0..f977c1d 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "ember-eslint-parser": { "impact": "patch", - "oldVersion": "0.5.6", - "newVersion": "0.5.7", + "oldVersion": "0.5.7", + "newVersion": "0.5.8", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-12-01)\n\nember-eslint-parser 0.5.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#114](https://github.com/ember-tooling/ember-eslint-parser/pull/114) Define `preprocess` as `undefined` ([@MrChocolatine](https://github.com/MrChocolatine))\n\n#### Committers: 1\n- [@MrChocolatine](https://github.com/MrChocolatine)\n" + "description": "## Release (2025-01-15)\n\nember-eslint-parser 0.5.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee5ab5..20cbbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2025-01-15) + +ember-eslint-parser 0.5.8 (patch) + +#### :bug: Bug Fix +* `ember-eslint-parser` + * [#118](https://github.com/ember-tooling/ember-eslint-parser/pull/118) Fix resolving of peer deps ([@simonihmig](https://github.com/simonihmig)) + +#### :house: Internal +* `ember-eslint-parser` + * [#116](https://github.com/ember-tooling/ember-eslint-parser/pull/116) Tests for TS flat-config ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-12-01) ember-eslint-parser 0.5.7 (patch) diff --git a/package.json b/package.json index 5a4da3a..41902c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.5.7", + "version": "0.5.8", "description": "", "keywords": [], "repository": {