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/CONTRIBUTING.md b/CONTRIBUTING.md index ed649b0..f170f19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Contributing to `loopback-explorer` is easy. In a few simple steps: * Adhere to code style outlined in the [Google C++ Style Guide][] and [Google Javascript Style Guide][]. - * Sign the [Contributor License Agreement](https://cla.strongloop.com/strongloop/loopback-explorer) + * Sign the [Contributor License Agreement](https://cla.strongloop.com/agreements/strongloop/loopback-explorer) * Submit a pull request through Github. 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": { diff --git a/public/index.html b/public/index.html index e5b6ff6..dc45d91 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@
+