From e9cb469a00cef23e4bd6f057d6ad7a09c60db3a7 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 31 Mar 2016 14:53:39 +0200 Subject: [PATCH] Bumped v1.0.4. --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3208a4f73..de032373e 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.4 + +* README fix: the order of params in the constructor was inverted + ### v1.0.3 * [#16](https://github.com/mcollina/pino/pull/16) added changelog diff --git a/package.json b/package.json index b6341f786..8265ae306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino", - "version": "1.0.3", + "version": "1.0.4", "description": "fast and simple logger", "main": "pino.js", "bin": {