Skip to content

Commit

Permalink
Release v3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 28, 2020
1 parent 7d31f9c commit 87738eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v3.1.1 (2020-08-28)

#### :bug: Bug Fix
* [#205](https://github.com/broccolijs/broccoli-persistent-filter/pull/205) Handle case where there's a cached dependencies object, but no dependencies. ([@chriseppstein](https://github.com/chriseppstein))
* [#204](https://github.com/broccolijs/broccoli-persistent-filter/pull/204) Remove deprecated `mkdirp` dependency ([@jrjohnson](https://github.com/jrjohnson))

#### :house: Internal
* [#198](https://github.com/broccolijs/broccoli-persistent-filter/pull/198) Downgrade to @types/node v10 so that it matches this project's stated… ([@chriseppstein](https://github.com/chriseppstein))

#### Committers: 2
- Chris Eppstein ([@chriseppstein](https://github.com/chriseppstein))
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))

# 3.1.0

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.0",
"version": "3.1.1",
"description": "broccoli filter but with a persistent cache",
"author": "Stefan Penner <[email protected]>",
"main": "lib/index.js",
Expand Down

0 comments on commit 87738eb

Please sign in to comment.