* Return promise for batch create (Raymond Feng)
 * Use correct data on replace callback (ssh24)
This commit is contained in:
Raymond Feng 2017-05-19 16:44:40 -07:00
parent 492b644679
commit b34b6e0ad4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2017-05-19, Version 3.9.0
=========================
* Return promise for batch create (Raymond Feng)
* Use correct data on replace callback (ssh24)
2017-05-15, Version 3.8.0
=========================

View File

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