* Fix typescript definitions to be compatible with LB4 (Raymond Feng)
 * Allow toObject() to accept an 'options' argument (Raymond Feng)
This commit is contained in:
Raymond Feng 2018-05-10 10:20:41 -07:00
parent e49eb47e36
commit 965655be3a
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.19.0",
"version": "3.20.0",
"publishConfig": {
"export-tests": true
},