diff --git a/.release-plan.json b/.release-plan.json index 9139ac131e..ae0634da1e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,21 @@ { "solution": { "eslint-plugin-ember": { - "impact": "minor", - "oldVersion": "12.6.0", - "newVersion": "12.7.0", + "impact": "patch", + "oldVersion": "12.7.0", + "newVersion": "12.7.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-07-24)\n\neslint-plugin-ember 12.7.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2282](https://github.com/ember-cli/eslint-plugin-ember/pull/2282) Add no-builtin-form-components rule ([@wagenet](https://github.com/wagenet))\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2308](https://github.com/ember-cli/eslint-plugin-ember/pull/2308) fix: disallow extra properties in rule options ([@andreww2012](https://github.com/andreww2012))\n\n#### Committers: 2\n- Andrew Kazakov ([@andreww2012](https://github.com/andreww2012))\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n" + "description": "## Release (2025-08-10)\n\neslint-plugin-ember 12.7.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549))\n\n#### :memo: Documentation\n* `eslint-plugin-ember`\n * [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse))\n\n#### Committers: 2\n- Richard ([@rmachielse](https://github.com/rmachielse))\n- [@Geodewd549](https://github.com/Geodewd549)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 380a5cae3c..986068ea6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2025-08-10) + +eslint-plugin-ember 12.7.1 (patch) + +#### :bug: Bug Fix +* `eslint-plugin-ember` + * [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549)) + +#### :memo: Documentation +* `eslint-plugin-ember` + * [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse)) + +#### Committers: 2 +- Richard ([@rmachielse](https://github.com/rmachielse)) +- [@Geodewd549](https://github.com/Geodewd549) + ## Release (2025-07-24) eslint-plugin-ember 12.7.0 (minor) diff --git a/package.json b/package.json index 7f53c5ac74..6ff829590f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.7.0", + "version": "12.7.1", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",