From 5f43ae386db2f3ea3243e423c545cdb85a417130 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:58:57 +0000 Subject: [PATCH] Prepare Release v5.0.1 using 'release-plan' --- .release-plan.json | 18 +++++------------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 2303bdd..8593bd0 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,26 +1,18 @@ { "solution": { "empress-blog": { - "impact": "major", - "oldVersion": "4.1.0", - "newVersion": "5.0.0", + "impact": "patch", + "oldVersion": "5.0.0", + "newVersion": "5.0.1", "tagName": "latest", "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 (2025-10-23)\n\n* empress-blog 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `empress-blog`\n * [#196](https://github.com/empress/empress-blog/pull/196) drop ember-cli-showdown dependency ([@mansona](https://github.com/mansona))\n * [#195](https://github.com/empress/empress-blog/pull/195) Drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))\n * [#193](https://github.com/empress/empress-blog/pull/193) swap to pnpm and drop support for node < 20 ([@mansona](https://github.com/mansona))\n * [#177](https://github.com/empress/empress-blog/pull/177) Breaking: drop support for Node < 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `empress-blog`\n * [#197](https://github.com/empress/empress-blog/pull/197) update dependencies ([@mansona](https://github.com/mansona))\n * [#180](https://github.com/empress/empress-blog/pull/180) update all dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `empress-blog`\n * [#198](https://github.com/empress/empress-blog/pull/198) prepare to release with OIDC ([@mansona](https://github.com/mansona))\n * [#194](https://github.com/empress/empress-blog/pull/194) Update to 5.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#184](https://github.com/empress/empress-blog/pull/184) setup release-plan ([@mansona](https://github.com/mansona))\n * [#179](https://github.com/empress/empress-blog/pull/179) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#178](https://github.com/empress/empress-blog/pull/178) Update to 4.8 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#176](https://github.com/empress/empress-blog/pull/176) Update ember to v4.4 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#157](https://github.com/empress/empress-blog/pull/157) [DOC] - fix some readme typos ([@sbatson5](https://github.com/sbatson5))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Scott Batson ([@sbatson5](https://github.com/sbatson5))\n" + "description": "## Release (2025-10-23)\n\n* empress-blog 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `empress-blog`\n * [#199](https://github.com/empress/empress-blog/pull/199) update npm on publish job ([@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 860ee7d..e90ecfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-10-23) +* empress-blog 5.0.1 (patch) + +#### :bug: Bug Fix +* `empress-blog` + * [#199](https://github.com/empress/empress-blog/pull/199) update npm on publish job ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2025-10-23) + * empress-blog 5.0.0 (major) #### :boom: Breaking Change diff --git a/package.json b/package.json index 989a357..65db1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "empress-blog", - "version": "5.0.0", + "version": "5.0.1", "description": "Fully-functional, SEO friendly static site implementation of a blog system built on Ember.", "keywords": [ "ember-addon",