version 2.0.2
This commit is contained in:
parent
c0932196dd
commit
14609dfb69
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,11 @@ Known issues:
|
||||||
|
|
||||||
## not yet released
|
## not yet released
|
||||||
|
|
||||||
|
(nothing yet)
|
||||||
|
|
||||||
|
|
||||||
|
## 2.0.2 (beta)
|
||||||
|
|
||||||
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status
|
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status
|
||||||
line when serializing a "res" field.
|
line when serializing a "res" field.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bunyan",
|
"name": "bunyan",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "a JSON logging library for node.js services",
|
"description": "a JSON logging library for node.js services",
|
||||||
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
||||||
"main": "./lib/bunyan.js",
|
"main": "./lib/bunyan.js",
|
||||||
|
|
Loading…
Reference in a new issue