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