From 7bcdfa7350c881cb65b3eaa5650d0fbe665af4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 6 Mar 2020 09:42:24 +0100 Subject: [PATCH] 6.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update LTS status in README (Miroslav Bajtoš) * Cursor is made pointer of the add token button (Siraj Alam) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a63838f..3b3f039 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2020-03-06, Version 6.5.1 +========================= + + * Update LTS status in README (Miroslav Bajtoš) + + * Cursor is made pointer of the add token button (Siraj Alam) + + 2019-11-28, Version 6.5.0 ========================= diff --git a/package.json b/package.json index 1ebe0c1..6bcebd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "6.5.0", + "version": "6.5.1", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=8.9"