Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 22, 2022
1 parent cc0444d commit 9c9acb1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v3.1.3 (2022-08-22)

#### :bug: Bug Fix
* [#218](https://github.com/broccolijs/broccoli-persistent-filter/pull/218) Initialize processor in `build`, prevent reusing same strategy ([@brendenpalmer](https://github.com/brendenpalmer))

#### :memo: Documentation
* [#209](https://github.com/broccolijs/broccoli-persistent-filter/pull/209) [docs] removes prototype examples and uses classes instead ([@gabrielcsapo](https://github.com/gabrielcsapo))

#### :house: Internal
* [#219](https://github.com/broccolijs/broccoli-persistent-filter/pull/219) Migrate to GitHub Actions ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Brenden Palmer ([@brendenpalmer](https://github.com/brendenpalmer))
- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v3.1.2 (2020-10-22)

#### :bug: Bug Fix
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-persistent-filter",
"version": "3.1.2",
"version": "3.1.3",
"description": "broccoli filter but with a persistent cache",
"author": "Stefan Penner <stefan.penner@gmail.com>",
"main": "lib/index.js",
Expand Down

0 comments on commit 9c9acb1

Please sign in to comment.