From b17c942c1a3f8a5e43a3a38168eba271bd1ee395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 18 Apr 2018 08:57:15 +0200 Subject: [PATCH] 6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [SEMVER-MAJOR] Remove deprecated CORS support (Hiran del Castillo) * Add Travis CI configuration (Miroslav Bajtoš) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8b50fb9..a322f9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-04-18, Version 6.0.0 +========================= + + * [SEMVER-MAJOR] Remove deprecated CORS support (Hiran del Castillo) + + * Add Travis CI configuration (Miroslav Bajtoš) + + 2018-04-17, Version 5.4.0 ========================= diff --git a/package.json b/package.json index dc80385..7514728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "5.4.0", + "version": "6.0.0", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"