From 79e21fde10db2af6aecf85e2a6f1524f66bd96d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 9 Jan 2015 14:48:07 +0100 Subject: [PATCH] v1.6.4 --- CHANGES.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 05e9cd1..fcc7f98 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-01-09, Version 1.6.4 +========================= + + * Prevent double slash in the resource URLs (Miroslav Bajtoš) + + * Allow `uiDirs` to be defined as a String (Simon Ho) + + * Save accessToken in localStorage. Fixes #47 (Samuel Reed) + + 2015-01-06, Version 1.6.3 ========================= @@ -30,12 +40,12 @@ * model-helper: ignore unknown property types (Miroslav Bajtoš) -2014-10-24, Version 1.5.1 +2014-10-24, Version 1.5.0 ========================= -2014-10-24, Version 1.5.0 +2014-10-24, Version 1.5.1 ========================= * Add an option `uiDirs` (Miroslav Bajtoš) diff --git a/package.json b/package.json index c6b6776..9e71f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "1.6.3", + "version": "1.6.4", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {