From daf7f5393c4426ca25dd4d387c75035ce35bb524 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:50:07 +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 c76c7a5..6e803a6 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "create-release-plan-setup": { - "impact": "minor", - "oldVersion": "3.2.0", - "newVersion": "3.3.0", + "impact": "patch", + "oldVersion": "3.3.0", + "newVersion": "3.3.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-11-24)\n\ncreate-release-plan-setup 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#157](https://github.com/embroider-build/create-release-plan-setup/pull/157) add --provenance to publish by default ([@mansona](https://github.com/mansona))\n * [#156](https://github.com/embroider-build/create-release-plan-setup/pull/156) if you're using pnpm make sure to set cache ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-11-24)\n\ncreate-release-plan-setup 3.3.1 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#159](https://github.com/embroider-build/create-release-plan-setup/pull/159) fix provenance for pnpm ([@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 b0e7526..066d92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-11-24) +create-release-plan-setup 3.3.1 (patch) + +#### :bug: Bug Fix +* `create-release-plan-setup` + * [#159](https://github.com/embroider-build/create-release-plan-setup/pull/159) fix provenance for pnpm ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2024-11-24) + create-release-plan-setup 3.3.0 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index f418ae3..5ba81c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-release-plan-setup", - "version": "3.3.0", + "version": "3.3.1", "description": "Simple npm init bin package to add the perfect release-plan setup", "keywords": [], "repository": "https://github.com/embroider-build/create-release-plan-setup",