Skip to content

Commit 7772b98

Browse files
committed
Release 3.0.5
1 parent 010c5f4 commit 7772b98

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v3.0.5 (2021-05-03)
2+
3+
#### :bug: Bug Fix
4+
* [#136](https://github.com/broccolijs/broccoli-funnel/pull/136) Ensure current working directory files do not affect `broccoli-funnel` operation ([@ef4](https://github.com/ef4))
5+
6+
#### :house: Internal
7+
* [#138](https://github.com/broccolijs/broccoli-funnel/pull/138) Add GH Actions CI ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 2
10+
- Edward Faulkner ([@ef4](https://github.com/ef4))
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
13+
114
## v3.0.4 (2021-04-13)
215

316
#### :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.4",
3+
"version": "3.0.5",
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)