From db889935be22955bd0359933cae8cf559cc163b4 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:13:51 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 590a90589b..e1ebaf102f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "eslint-plugin-ember": { "impact": "patch", - "oldVersion": "12.3.0", - "newVersion": "12.3.1", + "oldVersion": "12.3.1", + "newVersion": "12.3.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-10-25)\n\neslint-plugin-ember 12.3.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2200](https://github.com/ember-cli/eslint-plugin-ember/pull/2200) Fix no-component-lifecycle-hook in double extended classic component ([@wagenet](https://github.com/wagenet))\n\n#### Committers: 1\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n" + "description": "## Release (2024-11-21)\n\neslint-plugin-ember 12.3.2 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2216](https://github.com/ember-cli/eslint-plugin-ember/pull/2216) upgrade parser ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f2d30b7a..caaf35b013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-11-21) + +eslint-plugin-ember 12.3.2 (patch) + +#### :bug: Bug Fix +* `eslint-plugin-ember` + * [#2216](https://github.com/ember-cli/eslint-plugin-ember/pull/2216) upgrade parser ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + ## Release (2024-10-25) eslint-plugin-ember 12.3.1 (patch) diff --git a/package.json b/package.json index 4a0a898efe..8168ae66ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.3.1", + "version": "12.3.2", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",