Skip to content

Commit

Permalink
0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Dec 7, 2016
1 parent d154f4c commit d2a8c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.10.5 (2016-12-07)
-------------------
* Fixed `find()` bug when directories is set to true and only negation glob is used.

0.10.4 (2016-12-06)
-------------------
* Fixed matcher edge cases, improved matcher tests (affects `find()` and `copy()` methods).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fs-jetpack",
"description": "Better file system API",
"version": "0.10.4",
"version": "0.10.5",
"author": "Jakub Szwacz <[email protected]>",
"dependencies": {
"minimatch": "^3.0.2",
Expand Down

0 comments on commit d2a8c49

Please sign in to comment.