Comparing version 1.8.11 to 1.8.12
@@ -13,2 +13,8 @@ # bunyan Changelog | ||
## 1.8.12 | ||
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status | ||
line when serializing a "res" field. | ||
## 1.8.11 | ||
@@ -15,0 +21,0 @@ |
@@ -11,3 +11,3 @@ /** | ||
var VERSION = '1.8.11'; | ||
var VERSION = '1.8.12'; | ||
@@ -14,0 +14,0 @@ /* |
{ | ||
"name": "bunyan", | ||
"version": "1.8.11", | ||
"version": "1.8.12", | ||
"description": "a JSON logging 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
445527