Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 9, 2020
1 parent b20532c commit fcd320f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v3.0.3 (2020-05-09)

#### :bug: Bug Fix
* [#128](https://github.com/broccolijs/broccoli-funnel/pull/128) Support `srcDir` with leading slash ([@Gaurav0](https://github.com/Gaurav0))
* [#123](https://github.com/broccolijs/broccoli-funnel/pull/123) Ensure `lookupDestinationPath` will handle relative path ([@SparshithNR](https://github.com/SparshithNR))

#### :house: Internal
* [#131](https://github.com/broccolijs/broccoli-funnel/pull/131) Add release automation. ([@rwjblue](https://github.com/rwjblue))
* [#130](https://github.com/broccolijs/broccoli-funnel/pull/130) Fix test to actually check generated files with destDir ([@mmun](https://github.com/mmun))

#### Committers: 4
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))
- Martin Muñoz ([@mmun](https://github.com/mmun))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- SparshithNRai ([@SparshithNR](https://github.com/SparshithNR))


# master

# 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-funnel",
"version": "3.0.2",
"version": "3.0.3",
"description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.",
"keywords": [
"broccoli-plugin",
Expand Down

0 comments on commit fcd320f

Please sign in to comment.