Skip to content

Commit 7845bf3

Browse files
author
Robert Jackson
committed
Release 3.0.6
1 parent c93bef2 commit 7845bf3

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v3.0.6 (2021-05-26)
2+
3+
#### :bug: Bug Fix
4+
* [#141](https://github.com/broccolijs/broccoli-funnel/pull/141) Stop gathering instantiation stack manually. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :house: Internal
7+
* [#145](https://github.com/broccolijs/broccoli-funnel/pull/145) Swap from yarn@1 to npm ([@rwjblue](https://github.com/rwjblue))
8+
* [#144](https://github.com/broccolijs/broccoli-funnel/pull/144) Remove unused dependency (fast-ordered-set) ([@rwjblue](https://github.com/rwjblue))
9+
* [#143](https://github.com/broccolijs/broccoli-funnel/pull/143) Remove usage of path-posix library. ([@rwjblue](https://github.com/rwjblue))
10+
* [#142](https://github.com/broccolijs/broccoli-funnel/pull/142) Remove blank-object dependency. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 1
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
15+
116
## v3.0.5 (2021-05-03)
217

318
#### :bug: Bug Fix

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-funnel",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
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)