diff --git a/CHANGES.md b/CHANGES.md index 8c4a479..e0d5e42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ -2018-07-17, Version 3.1.0 +2018-08-30, Version 3.2.0 +========================= + + * Add type definition and writeErrorToResponse (shimks) + + +2018-07-16, Version 3.1.0 ========================= * [WebFM] cs/pl/ru translation (candytangnb) diff --git a/package.json b/package.json index 5390642..69b06ea 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": "3.1.0", + "version": "3.2.0", "engines": { "node": ">=6" },