We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ed8ae commit b718c5dCopy full SHA for b718c5d
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+## 7.0.0
4
+
5
+- BREAKING: omit node domains from serializer
6
7
## 6.1.1
8
9
- FIX: don't serialize arbitrary top level fields that are fields known to
package.json
@@ -1,6 +1,6 @@
{
"name": "restify-errors",
- "version": "6.1.1",
+ "version": "7.0.0",
"main": "lib/index.js",
"description": "Collection of Error objects shared across restify components.",
"homepage": "http://www.restify.com",
0 commit comments