version 2.0.2

master 2.0.2
Trent Mick 2017-08-02 16:57:02 -07:00
parent c0932196dd
commit 14609dfb69
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ Known issues:
## not yet released
(nothing yet)
## 2.0.2 (beta)
- [issue #444] Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status
line when serializing a "res" field.

View File

@ -1,6 +1,6 @@
{
"name": "bunyan",
"version": "2.0.1",
"version": "2.0.2",
"description": "a JSON logging library for node.js services",
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
"main": "./lib/bunyan.js",