From 1dd8282826d0c14af82ad03455272d9688a0ba0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 17 Feb 2020 11:48:17 +0100 Subject: [PATCH] 3.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add support for Node.js 12 (Ahmet Cetin) * chore: enable stalebot (Diana Lau) * chore: improve issue and PR templates (Nora) * Drop support for Node.js 6.x (Miroslav Bajtoš) * chore: update copyrights years (Agnes Lin) --- CHANGES.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3d9e1a1..f35c360 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2020-02-17, Version 3.5.0 +========================= + + * Add support for Node.js 12 (Ahmet Cetin) + + * chore: enable stalebot (Diana Lau) + + * chore: improve issue and PR templates (Nora) + + * Drop support for Node.js 6.x (Miroslav Bajtoš) + + * chore: update copyrights years (Agnes Lin) + + 2019-01-02, Version 3.4.0 ========================= diff --git a/package.json b/package.json index fca3862..5614fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-context", - "version": "3.4.0", + "version": "3.5.0", "description": "Current context for LoopBack applications, based on cls-hooked", "engines": { "node": "^8.2.1 || ^10.14 || ^12.15"