From 7a6923890c0b0232c55ca3026b18e4989c513b74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:51:25 +0000 Subject: [PATCH] Prepare Release vnull using 'release-plan' --- .release-plan.json | 18 ++---------------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 14ddf42..7b36a52 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,8 @@ { "solution": { "ember-eslint-parser": { - "impact": "minor", - "oldVersion": "0.13.0", - "newVersion": "0.14.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./package.json" + "oldVersion": "0.14.0" } }, - "description": "## Release (2026-06-23)\n\n* ember-eslint-parser 0.14.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#215](https://github.com/ember-tooling/ember-eslint-parser/pull/215) feat: support `@babel/eslint-parser` v8 ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#222](https://github.com/ember-tooling/ember-eslint-parser/pull/222) fix package lint ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 2\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e25a838..b73c619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-06-23) * ember-eslint-parser 0.14.0 (minor)