diff --git a/.release-plan.json b/.release-plan.json index a064364075..120d5e3c3e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,17 @@ "solution": { "eslint-plugin-ember": { "impact": "patch", - "oldVersion": "12.7.4", - "newVersion": "12.7.5", + "oldVersion": "12.7.5", + "newVersion": "12.7.6", + "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-11-27)\n\neslint-plugin-ember 12.7.5 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2349](https://github.com/ember-cli/eslint-plugin-ember/pull/2349) fix: allow decorated template-tag-only classes ([@CvX](https://github.com/CvX))\n\n#### Committers: 1\n- Jarek Radosz ([@CvX](https://github.com/CvX))\n" + "description": "## Release (2025-11-27)\n\n* eslint-plugin-ember 12.7.6 (patch)\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index efcc32b34c..debae050b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-11-27) +* eslint-plugin-ember 12.7.6 (patch) + +#### :house: Internal +* `eslint-plugin-ember` + * [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2025-11-27) + eslint-plugin-ember 12.7.5 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index cfa3f5cc73..a1cc9ce32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.7.5", + "version": "12.7.6", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",