From e3cd7a2b23dfa4ff0725d30c56f43cde9b15ca91 Mon Sep 17 00:00:00 2001 From: davidmarkclements Date: Fri, 1 Apr 2016 18:19:41 +0100 Subject: [PATCH] 1.1.1 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 348f4a969..1eb82dd53 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,11 @@ If you write a transport, let us know and we will add a link here! ## Changelog + +### v1.1.1 + +* [#22](https://github.com/mcollina/pino/pull/22) fix json output + ### v1.1.0 * [#18](https://github.com/mcollina/pino/pull/18) Added the error diff --git a/package.json b/package.json index 9c140f285..afba88492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino", - "version": "1.1.0", + "version": "1.1.1", "description": "fast and simple logger", "main": "pino.js", "bin": {