Skip to content

Commit

Permalink
release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Nov 7, 2019
1 parent c95c304 commit c224c0f
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,14 @@ All notable changes will be documented in this file.
`readdir-enhanced` adheres to [Semantic Versioning](http://semver.org/).


[v5.1.0](https://github.com/JS-DevTools/readdir-enhanced/tree/v5.1.0) (2019-11-07)
----------------------------------------------------------------------------------------------------

- The [`filter` option](README.md#filter) can now be set to a boolean to include/exclude everything.

[Full Changelog](https://github.com/JS-DevTools/readdir-enhanced/compare/v5.0.1...v5.1.0)


[v5.0.0](https://github.com/JS-DevTools/readdir-enhanced/tree/v5.0.0) (2019-11-03)
----------------------------------------------------------------------------------------------------

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": "readdir-enhanced",
"version": "5.0.1",
"version": "5.1.0",
"description": "fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.",
"keywords": [
"fs",

0 comments on commit c224c0f

Please sign in to comment.