From f946f43dee2bcd675c2206b8efff1fcc00a94727 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:43:15 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 2d6d774..95a626a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "release-plan": { "impact": "patch", - "oldVersion": "0.9.0", - "newVersion": "0.9.1", + "oldVersion": "0.9.1", + "newVersion": "0.9.2", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-11)\n\nrelease-plan 0.9.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#72](https://github.com/embroider-build/release-plan/pull/72) add a test to exercise latest-version dependency and update it ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `release-plan`\n * [#58](https://github.com/embroider-build/release-plan/pull/58) Update readme ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3883c1f..2fd4d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # release-plan Changelog +## Release (2024-07-15) + +release-plan 0.9.2 (patch) + +#### :bug: Bug Fix +* `release-plan` + * [#74](https://github.com/embroider-build/release-plan/pull/74) move @types packages to dev-dependencies ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-07-11) release-plan 0.9.1 (patch) diff --git a/package.json b/package.json index f88d878..e8285b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.9.1", + "version": "0.9.2", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan",