Skip to content

Commit 1ec8bc2

Browse files
committed
Release 3.0.7
1 parent 5cde9c2 commit 1ec8bc2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v3.0.7 (2021-06-10)
2+
3+
#### :rocket: Enhancement
4+
* [#146](https://github.com/broccolijs/broccoli-funnel/pull/146) Allow subclasses to add additional input nodes. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
9+
110
## v3.0.6 (2021-05-26)
211

312
#### :bug: Bug Fix

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-funnel",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.",
55
"keywords": [
66
"broccoli-plugin",

0 commit comments

Comments
 (0)