From ff0b6e1df3af626434b17b7613781fb9f50017fd Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 31 Mar 2016 16:48:21 +0200 Subject: [PATCH] Bumped v1.1.0. --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 551e46b56..348f4a969 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,13 @@ If you write a transport, let us know and we will add a link here! ## Changelog +### v1.1.0 + +* [#18](https://github.com/mcollina/pino/pull/18) Added the error + serializer +* [#17](https://github.com/mcollina/pino/pull/17) throw when creating a + child logger without bindings + ### v1.0.5 * Restored the binary functionality to pretty-print the logs diff --git a/package.json b/package.json index 5a0084270..9c140f285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino", - "version": "1.0.5", + "version": "1.1.0", "description": "fast and simple logger", "main": "pino.js", "bin": {