Skip to content

Commit

Permalink
Release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 26, 2021
1 parent c93bef2 commit 7845bf3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v3.0.6 (2021-05-26)

#### :bug: Bug Fix
* [#141](https://github.com/broccolijs/broccoli-funnel/pull/141) Stop gathering instantiation stack manually. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#145](https://github.com/broccolijs/broccoli-funnel/pull/145) Swap from yarn@1 to npm ([@rwjblue](https://github.com/rwjblue))
* [#144](https://github.com/broccolijs/broccoli-funnel/pull/144) Remove unused dependency (fast-ordered-set) ([@rwjblue](https://github.com/rwjblue))
* [#143](https://github.com/broccolijs/broccoli-funnel/pull/143) Remove usage of path-posix library. ([@rwjblue](https://github.com/rwjblue))
* [#142](https://github.com/broccolijs/broccoli-funnel/pull/142) Remove blank-object dependency. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v3.0.5 (2021-05-03)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5",
"version": "3.0.6",
"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 7845bf3

Please sign in to comment.