Skip to content

Commit

Permalink
Release 1.5.3 to fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Tupper committed Apr 26, 2016
1 parent 06adc42 commit 2ffb6cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bunyan Changelog

## 1.5.3

- Fixed issue with handling template filenames containing dots: #4

- Can handle this.%Y.log as well as this.%N-%Y.log, which both failed before, when using gzip.

## 1.5.2

- Expanded node version compatibility and making a statement about which versions of node we offically support- `0.12.9`, `0.12.latest`, `4.latest`, `5.latest`.
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.5.2",
"version": "1.5.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

0 comments on commit 2ffb6cd

Please sign in to comment.