verbump and changelog for #329, #330

master
Trent Mick 2016-03-06 22:31:43 -08:00
parent 46d2be4642
commit 69e7c7fa9c
4 changed files with 8 additions and 5 deletions

View File

@ -6,9 +6,12 @@ Known issues:
bug](https://github.com/TooTallNate/node-gyp/issues/65).
## 1.7.2 (not yet released)
## 1.8.0 (not yet released)
(nothing yet)
- [issue #329, pull #330] Update the 'rotating-file' stream to do a file
rotation on initialization if the mtime on the file path indicates the
last rotation time was missed -- i.e. if the app wasn't running at the
time. (by Paul Milham.)
## 1.7.1

View File

@ -11,7 +11,7 @@
* vim: expandtab:ts=4:sw=4
*/
var VERSION = '1.7.2';
var VERSION = '1.8.0';
var p = console.log;
var util = require('util');

View File

@ -8,7 +8,7 @@
* vim: expandtab:ts=4:sw=4
*/
var VERSION = '1.7.2';
var VERSION = '1.8.0';
/*
* Bunyan log format version. This becomes the 'v' field on all log records.

View File

@ -1,6 +1,6 @@
{
"name": "bunyan",
"version": "1.7.2",
"version": "1.8.0",
"description": "a JSON logging library for node.js services",
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
"main": "./lib/bunyan.js",