Skip to content

Commit fcd320f

Browse files
committed
Release 3.0.3
1 parent b20532c commit fcd320f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v3.0.3 (2020-05-09)
2+
3+
#### :bug: Bug Fix
4+
* [#128](https://github.com/broccolijs/broccoli-funnel/pull/128) Support `srcDir` with leading slash ([@Gaurav0](https://github.com/Gaurav0))
5+
* [#123](https://github.com/broccolijs/broccoli-funnel/pull/123) Ensure `lookupDestinationPath` will handle relative path ([@SparshithNR](https://github.com/SparshithNR))
6+
7+
#### :house: Internal
8+
* [#131](https://github.com/broccolijs/broccoli-funnel/pull/131) Add release automation. ([@rwjblue](https://github.com/rwjblue))
9+
* [#130](https://github.com/broccolijs/broccoli-funnel/pull/130) Fix test to actually check generated files with destDir ([@mmun](https://github.com/mmun))
10+
11+
#### Committers: 4
12+
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))
13+
- Martin Muñoz ([@mmun](https://github.com/mmun))
14+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
15+
- SparshithNRai ([@SparshithNR](https://github.com/SparshithNR))
16+
17+
118
# master
219

320
# 3.0.1

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