Comparing version 0.16.6 to 0.16.7
# bunyan Changelog | ||
Known issues: | ||
- [issue #58] Can't install to a dir with spaces. This is [this node-gyp | ||
bug](https://github.com/TooTallNate/node-gyp/issues/65). | ||
## bunyan 0.16.7 | ||
- [issue #59] Clear a possibly interrupted ANSI color code on signal | ||
termination. | ||
## bunyan 0.16.6 | ||
@@ -4,0 +16,0 @@ |
@@ -7,3 +7,3 @@ /* | ||
var VERSION = '0.16.6'; | ||
var VERSION = '0.16.7'; | ||
@@ -10,0 +10,0 @@ // Bunyan log format version. This becomes the 'v' field on all log records. |
{ | ||
"name": "bunyan", | ||
"version": "0.16.6", | ||
"version": "0.16.7", | ||
"description": "a JSON Logger library for node.js services", | ||
@@ -5,0 +5,0 @@ "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
279520