* Fix: treat empty access token string as undefined (andrey-abramow)
 * Fix context propagation broken by async@2.x (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2018-11-26 11:14:37 +01:00
parent e0fc5139c7
commit 6638992b99
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 9 additions and 1 deletions

View File

@ -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
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.41.0",
"version": "2.41.1",
"publishConfig": {
"tag": "lts"
},