From e10fb8076f0946365141c662e51d5c2ab6cbdbcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:14:39 +0000 Subject: [PATCH] Prepare Release v13.4.0 using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index ed2c2c0384..cea6f7d13a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,18 @@ { "solution": { "eslint-plugin-ember": { - "impact": "patch", - "oldVersion": "13.3.1", - "newVersion": "13.3.2", + "impact": "minor", + "oldVersion": "13.3.2", + "newVersion": "13.4.0", "tagName": "latest", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-05-29)\n\n* eslint-plugin-ember 13.3.2 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2793](https://github.com/ember-cli/eslint-plugin-ember/pull/2793) Upgrade ember-eslint-parser to 0.13 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-06-24)\n\n* eslint-plugin-ember 13.4.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2809](https://github.com/ember-cli/eslint-plugin-ember/pull/2809) fix(deps): bump `ember-eslint-parser` to `^0.14.0` ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### Committers: 1\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b040dc534f..d20041361f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-06-24) + +* eslint-plugin-ember 13.4.0 (minor) + +#### :rocket: Enhancement +* `eslint-plugin-ember` + * [#2809](https://github.com/ember-cli/eslint-plugin-ember/pull/2809) fix(deps): bump `ember-eslint-parser` to `^0.14.0` ([@davidtaylorhq](https://github.com/davidtaylorhq)) + +#### Committers: 1 +- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq)) + ## Release (2026-05-29) * eslint-plugin-ember 13.3.2 (patch) diff --git a/package.json b/package.json index 52c08ebba8..aac6b843dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "13.3.2", + "version": "13.4.0", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",