From def6ff6f23ae96e4eb38bc4b639c80707a427593 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Mar 2024 09:53:29 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 18 +++++------------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 786cfc7..c272adb 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,17 @@ { "solution": { "ember-cli-showdown": { - "impact": "major", - "oldVersion": "8.1.0", - "newVersion": "9.0.0", + "impact": "patch", + "oldVersion": "9.0.0", + "newVersion": "9.0.1", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, - { - "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-02-07)\n\nember-cli-showdown 9.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-showdown`\n * [#144](https://github.com/empress/ember-cli-showdown/pull/144) drop support for node 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-cli-showdown`\n * [#143](https://github.com/empress/ember-cli-showdown/pull/143) update showdown to v2 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli-showdown`\n * [#141](https://github.com/empress/ember-cli-showdown/pull/141) update to v5.4 with ember-cli-update ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-03-08)\n\nember-cli-showdown 9.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-showdown`\n * [#147](https://github.com/empress/ember-cli-showdown/pull/147) fix peer dependency ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c6503..b1f1656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## Release (2024-03-08) + +ember-cli-showdown 9.0.1 (patch) + +#### :bug: Bug Fix +* `ember-cli-showdown` + * [#147](https://github.com/empress/ember-cli-showdown/pull/147) fix peer dependency ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## Release (2024-02-07) ember-cli-showdown 9.0.0 (major) diff --git a/package.json b/package.json index 1a1068d..92ac411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-showdown", - "version": "9.0.0", + "version": "9.0.1", "description": "Ember component to render markdown into HTML.", "keywords": [ "ember-addon",