From 006d281db1c8b961a930c2bb10c1adfc8c9fe47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 5 Sep 2016 15:02:46 +0200 Subject: [PATCH] 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) --- CHANGES.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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"