2.41.1
* 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:
parent
e0fc5139c7
commit
6638992b99
|
@ -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
|
2018-10-09, Version 2.41.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.41.0",
|
"version": "2.41.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"tag": "lts"
|
"tag": "lts"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue