Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Nov 1, 2016
1 parent 495ceb4 commit 5fe14eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.10.1 (2016-11-01)
-------------------
* Bugfixed case when `copyAsync()` was leaving open read stream if write stream errored.
* Tests ported from jasmine to mocha.

0.10.0 (2016-10-17)
-------------------
* `copyAsync()` uses only streams (much more memory efficient).
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.0",
"version": "0.10.1",
"author": "Jakub Szwacz <[email protected]>",
"dependencies": {
"minimatch": "^3.0.2",
Expand Down

0 comments on commit 5fe14eb

Please sign in to comment.