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": {