diff --git a/CHANGES.md b/CHANGES.md index 61c2a8d..4e8b4cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2014-12-08, Version 1.6.1 +========================= + + * Use full lodash instead of lodash components (Ryan Graham) + + 2014-12-02, Version 1.6.0 ========================= @@ -10,12 +16,12 @@ * model-helper: ignore unknown property types (Miroslav Bajtoš) -2014-10-24, Version 1.5.0 +2014-10-24, Version 1.5.1 ========================= -2014-10-24, Version 1.5.1 +2014-10-24, Version 1.5.0 ========================= * Add an option `uiDirs` (Miroslav Bajtoš) diff --git a/package.json b/package.json index 112f387..fce503e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "1.6.0", + "version": "1.6.1", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {