From 6638992b99b3186001b37f1750356ded553c5789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 26 Nov 2018 11:14:37 +0100 Subject: [PATCH] 2.41.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix: treat empty access token string as undefined (andrey-abramow) * Fix context propagation broken by async@2.x (Miroslav Bajtoš) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0498af97..6dad0254 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-11-26, Version 2.41.1 +========================== + + * Fix: treat empty access token string as undefined (andrey-abramow) + + * Fix context propagation broken by async@2.x (Miroslav Bajtoš) + + 2018-10-09, Version 2.41.0 ========================== diff --git a/package.json b/package.json index 47f49b35..3bccbf4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.41.0", + "version": "2.41.1", "publishConfig": { "tag": "lts" },