Skip to content

Commit 9249468

Browse files
committed
Release 3.0.8
1 parent dcae5e2 commit 9249468

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.8 (2021-06-17)
2+
3+
#### :bug: Bug Fix
4+
* [#147](https://github.com/broccolijs/broccoli-funnel/pull/147) Ensure adding additional trees does not affect include/exclude results. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
9+
110
## v3.0.7 (2021-06-10)
211

312
#### :rocket: Enhancement

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.7",
3+
"version": "3.0.8",
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)