Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Jun 19, 2018
1 parent 3060c9c commit c4cf6c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## 6.1.1

- FIX: don't serialize arbitrary top level fields that are fields known to
VError classes.

## 6.1.0

- NEW: support serialization of arbitrary top level fields in log serializer.
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": "restify-errors",
"version": "6.1.0",
"version": "6.1.1",
"main": "lib/index.js",
"description": "Collection of Error objects shared across restify components.",
"homepage": "http://www.restify.com",
Expand Down

0 comments on commit c4cf6c3

Please sign in to comment.