File tree 5 files changed +13
-3
lines changed
5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ Paul Milham (https://github.com/domrein)
39
39
Frankie O'Rourke (https://github.com/psfrankie)
40
40
Cody Mello (https://github.com/melloc)
41
41
Todd Whiteman (https://github.com/twhiteman)
42
+ Zach Bjornson (https://github.com/zbjornson)
Original file line number Diff line number Diff line change @@ -7,9 +7,18 @@ Known issues:
7
7
8
8
## not yet released
9
9
10
+ (nothing yet)
11
+
12
+
13
+ ## 1.8.9
14
+
15
+ - [ pull #409 , issue #246 ] Revert a change added to the ` bunyan ` CLI version
16
+ 1.0.1 where ` SIGINT ` was ignored, such that Ctrl+C could not be used to
17
+ terminate bunyan. (By @zbjornson and @davepacheco .)
10
18
- [ pull #469 ] Fix a strict mode (` "use strict;" ` ) error in some versions of
11
19
Safari.
12
20
21
+
13
22
## 1.8.8
14
23
15
24
- Fix breakage due to a silly last minute "fix 'make check'".
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.8 ' ;
14
+ var VERSION = '1.8.9 ' ;
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.8 ' ;
11
+ var VERSION = '1.8.9 ' ;
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.8 " ,
3
+ "version" : " 1.8.9 " ,
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