diff --git a/CHANGES.md b/CHANGES.md index 2e4644d..05e9cd1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2015-01-06, Version 1.6.3 +========================= + + * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham) + + * Add X-UA-Compatible tag (Nick Van Dyck) + + 2014-12-12, Version 1.6.2 ========================= @@ -160,16 +168,19 @@ * Ensure models from relations are included (Raymond Feng) - -2014-07-22, Version 1.2.4 -========================= - * model-helper: handle arrays with undefined items (Miroslav Bajtoš) 2014-07-22, Version 1.2.3 ========================= + + +2014-07-22, Version 1.2.4 +========================= + + * model-helper: handle arrays with undefined items (Miroslav Bajtoš) + * model-helper: handle array types with no item type (Miroslav Bajtoš) diff --git a/package.json b/package.json index c46b6d6..c6b6776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "1.6.2", + "version": "1.6.3", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {