diff --git a/.release-plan.json b/.release-plan.json index 32d9edb26b..24ab90b162 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "eslint-plugin-ember": { "impact": "minor", - "oldVersion": "12.3.3", - "newVersion": "12.4.0", + "oldVersion": "12.4.0", + "newVersion": "12.5.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-01-30)\n\neslint-plugin-ember 12.4.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2251](https://github.com/ember-cli/eslint-plugin-ember/pull/2251) Force bump the parser to latest, 0.5.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2025-01-30)\n\neslint-plugin-ember 12.5.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2251](https://github.com/ember-cli/eslint-plugin-ember/pull/2251) Force bump the parser to latest, 0.5.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2252](https://github.com/ember-cli/eslint-plugin-ember/pull/2252) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9af1a358..be57ec1e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## Release (2025-01-30) +eslint-plugin-ember 12.5.0 (minor) + +#### :rocket: Enhancement +* `eslint-plugin-ember` + * [#2251](https://github.com/ember-cli/eslint-plugin-ember/pull/2251) Force bump the parser to latest, 0.5.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `eslint-plugin-ember` + * [#2252](https://github.com/ember-cli/eslint-plugin-ember/pull/2252) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2025-01-30) + eslint-plugin-ember 12.4.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index 1e9308b3ac..1faebb6ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.4.0", + "version": "12.5.0", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",