From 4149f0e7a3d1191e80efca17b2d8caf99bcd1b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 28 Nov 2019 16:45:35 +0100 Subject: [PATCH] 6.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: describe GitHub advisory CVE-2019-17495 (Miroslav Bajtoš) * chore: improve README formatting (Miroslav Bajtoš) * Update README on swagger-ui (Diana Lau) * chore: improve issue and PR templates (Nora) * chore: add Node.js 12 to travis ci (Nora) * chore: drop support for Node.js 6 (Nora) * update LTS (Diana Lau) --- CHANGES.md | 20 +++++++++++++++++++- package.json | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7c77eba..a63838f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,22 @@ -2019-05-10, Version 6.4.0 +2019-11-28, Version 6.5.0 +========================= + + * docs: describe GitHub advisory CVE-2019-17495 (Miroslav Bajtoš) + + * chore: improve README formatting (Miroslav Bajtoš) + + * Update README on swagger-ui (Diana Lau) + + * chore: improve issue and PR templates (Nora) + + * chore: add Node.js 12 to travis ci (Nora) + + * chore: drop support for Node.js 6 (Nora) + + * update LTS (Diana Lau) + + +2019-05-09, Version 6.4.0 ========================= * chore: update copyrights years (Agnes Lin) diff --git a/package.json b/package.json index 4c4d1a0..1ebe0c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "6.4.0", + "version": "6.5.0", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=8.9"