Skip to content

Commit

Permalink
Bumped v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 31, 2016
1 parent b26d617 commit ff0b6e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ If you write a transport, let us know and we will add a link here!
<a name="changelog"></a>
## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino",
"version": "1.0.5",
"version": "1.1.0",
"description": "fast and simple logger",
"main": "pino.js",
"bin": {
Expand Down

0 comments on commit ff0b6e1

Please sign in to comment.