Skip to content

Commit ec272f3

Browse files
committed
Release 3.0.4
1 parent 093011e commit ec272f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v3.0.3 (2020-05-09)
211

312
#### :bug: Bug Fix

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