Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-plugin",
"version": "6.0.0",
"version": "5.0.0",
"description": "Base class for all Broccoli plugins",
"keywords": [
"broccoli-plugin"
Expand Down
Loading