version 1.8.12

This commit is contained in:
Trent Mick 2017-08-02 16:57:49 -07:00
parent 89d45c8f99
commit 033b37d816
4 changed files with 8 additions and 3 deletions

View file

@ -7,6 +7,11 @@ Known issues:
## not yet released ## not yet released
(nothing yet)
## 1.8.12
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status - [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status
line when serializing a "res" field. line when serializing a "res" field.

View file

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

View file

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

View file

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