Skip to content

Commit

Permalink
4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed May 13, 2016
1 parent 5610d51 commit 9904756
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log


## 4.2.3

- FIX: for errors with a cause chain, `toString()` now leverages VError to get
the full error message when serializing to JSON.

## 4.2.2

- FIX: remove `toString()` method that was overriding VError's existing
`toString()`. This was causing truncated error messages.

## 4.2.1

- FIX: Fix issue where `e.cause` was assumed to be a function, causing
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": "4.2.2",
"version": "4.2.3",
"main": "lib/index.js",
"description": "Collection of Error objects shared across restify components.",
"homepage": "http://www.restify.com",
Expand Down

0 comments on commit 9904756

Please sign in to comment.