diff --git a/CHANGES.md b/CHANGES.md index d74e0d7..a01bf2e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +2016-09-05, Version 1.1.0 +========================= + + * Fix minor Syntax error (Loay) + + * Globalize strong-error-handler (David Cheung) + + * Update eslint infrastructure (Loay) + + * Add documentation (Loay) + + * Improve grammar in readme. (Richard Pringle) + + * Test with express instead of http server (David Cheung) + + * HTML response for accepted headers (David Cheung) + + 2016-05-26, Version 1.0.1 ========================= diff --git a/package.json b/package.json index 6bb73a7..ce74362 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.1", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/strongloop/strong-error-handler.git"