From 5236950ad68a4f7a4f1e8c652249e822e35c43e2 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 31 Mar 2016 15:09:18 +0200 Subject: [PATCH] Bumped v1.0.5. --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de032373e..bb6e96087 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,10 @@ If you write a transport, let us know and we will add a link here! ## Changelog +### v1.0.5 + +* Restored the binary functionality to pretty-print the logs + ### v1.0.4 * README fix: the order of params in the constructor was inverted diff --git a/package.json b/package.json index 909208418..5a0084270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino", - "version": "1.0.4", + "version": "1.0.5", "description": "fast and simple logger", "main": "pino.js", "bin": {