We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093011e commit ec272f3Copy full SHA for ec272f3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v3.0.4 (2021-04-13)
2
+
3
+#### :bug: Bug Fix
4
+* [#135](https://github.com/broccolijs/broccoli-funnel/pull/135) fix srcDir + filtering ([@ef4](https://github.com/ef4))
5
6
+#### Committers: 1
7
+- Edward Faulkner ([@ef4](https://github.com/ef4))
8
9
10
## v3.0.3 (2020-05-09)
11
12
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "broccoli-funnel",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.",
"keywords": [
"broccoli-plugin",
0 commit comments