diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd5f59..23cf327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # master -# 2.2.0 +# 3.0.0 - Add `pluginInterface.trackInputChanges` and expose as `options.trackInputChanges`. This adds a change object that will be passed to the build method which contains information about which input has changed since the diff --git a/package.json b/package.json index 0683497..5660623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-plugin", - "version": "2.2.0", + "version": "3.0.0", "description": "Base class for all Broccoli plugins", "keywords": [ "broccoli-plugin"