From 28cb4293aa417b2fa395c7b60ffc2d1ab287baca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Feb 2024 11:40:35 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 3ed7eb7..584890f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "@ef4/lerna-changelog": { - "impact": "minor", - "oldVersion": "2.1.0", - "newVersion": "2.2.0", + "impact": "patch", + "oldVersion": "2.2.0", + "newVersion": "2.2.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-16)\n\n@ef4/lerna-changelog 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@ef4/lerna-changelog`\n * [#11](https://github.com/embroider-build/github-changelog/pull/11) Add a default implementation for unlabelled ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-02-16)\n\n@ef4/lerna-changelog 2.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@ef4/lerna-changelog`\n * [#14](https://github.com/embroider-build/github-changelog/pull/14) remove invisible character in unlabelled text ([@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 a2db357..a42641d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog ## Release (2024-02-16) +@ef4/lerna-changelog 2.2.1 (patch) + +#### :bug: Bug Fix +* `@ef4/lerna-changelog` + * [#14](https://github.com/embroider-build/github-changelog/pull/14) remove invisible character in unlabelled text ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) +## Release (2024-02-16) + @ef4/lerna-changelog 2.2.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index de58f8f..f91b25f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ef4/lerna-changelog", - "version": "2.2.0", + "version": "2.2.1", "description": "Generate a changelog for a lerna monorepo", "keywords": [ "changelog",