diff --git a/CHANGES.md b/CHANGES.md index dfe4def..d74e0d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2016-05-26, Version 1.0.1 +========================= + + * Remove statusCode from details in Array errors (David Cheung) + + 2016-05-20, Version 1.0.0 ========================= diff --git a/package.json b/package.json index 7c1f415..71cab6c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "strong-error-handler", "description": "Error handler for use in development and production environments.", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/strongloop/strong-error-handler.git"