From 9de560298880b7a910010ecd8d02a84579ae1a1d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:03:03 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 95a626a..7e94d4a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "release-plan": { - "impact": "patch", - "oldVersion": "0.9.1", - "newVersion": "0.9.2", + "impact": "minor", + "oldVersion": "0.9.2", + "newVersion": "0.10.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-15)\n\nrelease-plan 0.9.2 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#74](https://github.com/embroider-build/release-plan/pull/74) move @types packages to dev-dependencies ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-10-17)\n\nrelease-plan 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#81](https://github.com/embroider-build/release-plan/pull/81) Add support for specifying --access, aligning better with default publish behavior ([@saracope](https://github.com/saracope))\n\n#### Committers: 1\n- Sara Cope ([@saracope](https://github.com/saracope))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd4d36..179d8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # release-plan Changelog +## Release (2024-10-17) + +release-plan 0.10.0 (minor) + +#### :rocket: Enhancement +* `release-plan` + * [#81](https://github.com/embroider-build/release-plan/pull/81) Add support for specifying --access, aligning better with default publish behavior ([@saracope](https://github.com/saracope)) + +#### Committers: 1 +- Sara Cope ([@saracope](https://github.com/saracope)) + ## Release (2024-07-15) release-plan 0.9.2 (patch) diff --git a/package.json b/package.json index e8285b7..56022be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.9.2", + "version": "0.10.0", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan",