File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Known issues:
7
7
8
8
## not yet released
9
9
10
+ (nothing yet)
11
+
12
+
13
+ ## 1.8.12
14
+
10
15
- [ issue #444 ] Fix the ` bunyan ` CLI to not duplicate the "HTTP/1.1 ..." status
11
16
line when serializing a "res" field.
12
17
Original file line number Diff line number Diff line change 11
11
* vim: expandtab:ts=4:sw=4
12
12
*/
13
13
14
- var VERSION = '1.8.11 ' ;
14
+ var VERSION = '1.8.12 ' ;
15
15
16
16
var p = console . log ;
17
17
var util = require ( 'util' ) ;
Original file line number Diff line number Diff line change 8
8
* vim: expandtab:ts=4:sw=4
9
9
*/
10
10
11
- var VERSION = '1.8.11 ' ;
11
+ var VERSION = '1.8.12 ' ;
12
12
13
13
/*
14
14
* Bunyan log format version. This becomes the 'v' field on all log records.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bunyan" ,
3
- "version" : " 1.8.11 " ,
3
+ "version" : " 1.8.12 " ,
4
4
"description" : " a JSON logging library for node.js services" ,
5
5
"author" : " Trent Mick <trentm@gmail.com> (http://trentm.com)" ,
6
6
"main" : " ./lib/bunyan.js" ,
You can’t perform that action at this time.
0 commit comments