3.20.0
* Fix typescript definitions to be compatible with LB4 (Raymond Feng) * Allow toObject() to accept an 'options' argument (Raymond Feng)
This commit is contained in:
parent
e49eb47e36
commit
965655be3a
|
@ -1,3 +1,11 @@
|
|||
2018-05-10, Version 3.20.0
|
||||
==========================
|
||||
|
||||
* Fix typescript definitions to be compatible with LB4 (Raymond Feng)
|
||||
|
||||
* Allow toObject() to accept an 'options' argument (Raymond Feng)
|
||||
|
||||
|
||||
2018-05-10, Version 3.19.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.19.0",
|
||||
"version": "3.20.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue