From fc356113b9d189918d8de6a4c735678be7961922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:58:05 +0000 Subject: [PATCH] Prepare Release v6.0.0 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 248fef0..a3f672f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,21 +2,17 @@ "solution": { "broccoli-plugin": { "impact": "major", - "oldVersion": "4.0.7", - "newVersion": "5.0.0", + "oldVersion": "5.0.0", + "newVersion": "6.0.0", "tagName": "latest", "constraints": [ { "impact": "major", "reason": "Appears in changelog section :boom: Breaking Change" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-02-24)\n\n* broccoli-plugin 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-plugin`\n * [#81](https://github.com/broccolijs/broccoli-plugin/pull/81) swap to esm only - drop support for require() to load this package pre node v20.19 ([@mansona](https://github.com/mansona))\n * [#79](https://github.com/broccolijs/broccoli-plugin/pull/79) Drop support for Node < v14.14 and remove rimraf dependency ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `broccoli-plugin`\n * [#78](https://github.com/broccolijs/broccoli-plugin/pull/78) start using release-plan ([@mansona](https://github.com/mansona))\n * [#77](https://github.com/broccolijs/broccoli-plugin/pull/77) swap to pnpm ([@mansona](https://github.com/mansona))\n * [#76](https://github.com/broccolijs/broccoli-plugin/pull/76) remove multidep and add tests for broccoli@4 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2026-07-10)\n\n* broccoli-plugin 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-plugin`\n * [#82](https://github.com/broccolijs/broccoli-plugin/pull/82) drop support for ancient broccoli version - only support broccoli >= 1.0.0 ([@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 427c658..79123cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-07-10) + +* broccoli-plugin 6.0.0 (major) + +#### :boom: Breaking Change +* `broccoli-plugin` + * [#82](https://github.com/broccolijs/broccoli-plugin/pull/82) drop support for ancient broccoli version - only support broccoli >= 1.0.0 ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2026-02-24) * broccoli-plugin 5.0.0 (major) diff --git a/package.json b/package.json index 8a6626f..bb96ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-plugin", - "version": "5.0.0", + "version": "6.0.0", "description": "Base class for all Broccoli plugins", "keywords": [ "broccoli-plugin"