Skip to content

Commit

Permalink
Prepare for release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed Jul 31, 2017
1 parent 1858656 commit aedf532
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Bunyan Rotating File Stream is a stream component for the logging system "node b

# Recent changes

## 1.6.3 Type definition file for Typescript

Generously provided by: scippio

## 1.6.2 Fixed support for the "rotateExisting" flag

Tests have been added to ensure that this feature keeps working in the future.
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": "bunyan-rotating-file-stream",
"version": "1.6.2",
"version": "1.6.3",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <[email protected]> (http://github.com/rcomian)",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions test/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ function throughput(next) {
assert.equal(1, files.length, 'Expected 1 file, found: ' + JSON.stringify(files));
console.log(name, 'passed');
next();
},
function (next) { rmdir(name, ignoreMissing(next)); }
}//,
//function (next) { rmdir(name, ignoreMissing(next)); }
], next);
}

Expand Down

0 comments on commit aedf532

Please sign in to comment.