2.39.1
* update juggler dep (Taranveer Virk) * fix(id): replace with != null (Samuel Reed) * fix(AccessContext): Tighten userid/appid checks (Samuel Reed)
This commit is contained in:
parent
9e30e277fe
commit
c650b0db87
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
||||||
|
2018-01-31, Version 2.39.1
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* update juggler dep (Taranveer Virk)
|
||||||
|
|
||||||
|
* fix(id): replace with != null (Samuel Reed)
|
||||||
|
|
||||||
|
* fix(AccessContext): Tighten userid/appid checks (Samuel Reed)
|
||||||
|
|
||||||
|
|
||||||
2017-10-23, Version 2.39.0
|
2017-10-23, Version 2.39.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.39.0",
|
"version": "2.39.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"tag": "lts"
|
"tag": "lts"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue