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"