Comparing version 2.0.1 to 2.0.2
@@ -13,2 +13,8 @@ # bunyan Changelog | ||
## 2.0.2 (beta) | ||
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status | ||
line when serializing a "res" field. | ||
## 2.0.1 (beta) | ||
@@ -15,0 +21,0 @@ |
@@ -11,4 +11,2 @@ /** | ||
var VERSION = '2.0.1'; | ||
/* | ||
@@ -1615,3 +1613,3 @@ * Bunyan log format version. This becomes the 'v' field on all log records. | ||
module.exports.VERSION = VERSION; | ||
module.exports.VERSION = require('../package.json').version; | ||
module.exports.LOG_VERSION = LOG_VERSION; | ||
@@ -1618,0 +1616,0 @@ |
{ | ||
"name": "bunyan", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"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
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
444317
1466