File tree 4 files changed +12
-7
lines changed
4 files changed +12
-7
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.10
14
+
10
15
- Ensure that ` bunyan ` errors out if attempting to use ` -p PID ` and
11
16
file args at the same time.
12
17
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
/**
3
- * Copyright 2016 Trent Mick
4
- * Copyright 2016 Joyent Inc.
3
+ * Copyright 2017 Trent Mick
4
+ * Copyright 2017 Joyent Inc.
5
5
*
6
6
* bunyan -- filter and pretty-print Bunyan log files (line-delimited JSON)
7
7
*
11
11
* vim: expandtab:ts=4:sw=4
12
12
*/
13
13
14
- var VERSION = '1.8.9 ' ;
14
+ var VERSION = '1.8.10 ' ;
15
15
16
16
var p = console . log ;
17
17
var util = require ( 'util' ) ;
Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright (c) 2015 Trent Mick.
3
- * Copyright (c) 2015 Joyent Inc.
2
+ * Copyright (c) 2017 Trent Mick.
3
+ * Copyright (c) 2017 Joyent Inc.
4
4
*
5
5
* The bunyan logging library for node.js.
6
6
*
7
7
* -*- mode: js -*-
8
8
* vim: expandtab:ts=4:sw=4
9
9
*/
10
10
11
- var VERSION = '1.8.9 ' ;
11
+ var VERSION = '1.8.10 ' ;
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.9 " ,
3
+ "version" : " 1.8.10 " ,
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