Skip to content

Commit

Permalink
Preparing release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Tupper committed Aug 9, 2016
1 parent 44fc6a7 commit e391eb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bunyan Changelog

## 1.6.1

- Copying the options object given from the caller as it may be immutable and we like to change things, set defaults, etc.

## 1.6.0

- Support writing logs that aren't in bunyan's normal JSON format. Or JSON at all.
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.0",
"version": "1.6.1",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <[email protected]> (http://github.com/rcomian)",
"main": "./index.js",
Expand Down

0 comments on commit e391eb2

Please sign in to comment.