From 6e95d796bd2cd86d1df39219cba9f762b8f86b1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:58:23 -0400 Subject: [PATCH] Prepare Release (#2596) Co-authored-by: github-actions[bot] --- .release-plan.json | 14 +++++--------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 69c65d3a6f..a40689a995 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "ember-inspector": { - "impact": "minor", - "oldVersion": "4.12.2", - "newVersion": "4.13.0", + "impact": "patch", + "oldVersion": "4.13.0", + "newVersion": "4.13.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-26)\n\nember-inspector 4.13.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-inspector`\n * [#2581](https://github.com/emberjs/ember-inspector/pull/2581) provide name for hbs template only components ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2585](https://github.com/emberjs/ember-inspector/pull/2585) Use GH_PAT token to hopefully fix releases ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2024-07-30)\n\nember-inspector 4.13.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2595](https://github.com/emberjs/ember-inspector/pull/2595) fix boolean edit ([@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 f3c132cee4..b0ccf804b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-07-30) + +ember-inspector 4.13.1 (patch) + +#### :bug: Bug Fix +* `ember-inspector` + * [#2595](https://github.com/emberjs/ember-inspector/pull/2595) fix boolean edit ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + ## Release (2024-07-26) ember-inspector 4.13.0 (minor) diff --git a/package.json b/package.json index f7a7d23b1f..dd7945ba20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-inspector", - "version": "4.13.0", + "version": "4.13.1", "description": "Extends developer tools to allow you to better inspect your Ember.js apps.", "repository": "https://github.com/emberjs/ember-inspector", "license": "MIT",