* Update translated strings Q2 2017 (Allen Boone)
 * Fix updateAttributes cb (ssh24)
 * Apply iteration on the model object (ssh24)
 * Remove spurious extra options arg (#1390) (Rand McKinney)
 * include: remove JSDoc refs to recursive calls (Kevin Delisle)
 * Fix count of properties (ssh24)
 * hooks: add JSDoc for .trigger (Kevin Delisle)
 * model-builder: JSDoc tidy-up (Kevin Delisle)
This commit is contained in:
Kevin Delisle 2017-06-01 11:37:49 -04:00
parent fba8cf9480
commit a54064b989
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
2017-06-01, Version 3.9.1
=========================
* Update translated strings Q2 2017 (Allen Boone)
* Fix updateAttributes cb (ssh24)
* Apply iteration on the model object (ssh24)
* Remove spurious extra options arg (#1390) (Rand McKinney)
* include: remove JSDoc refs to recursive calls (Kevin Delisle)
* Fix count of properties (ssh24)
* hooks: add JSDoc for .trigger (Kevin Delisle)
* model-builder: JSDoc tidy-up (Kevin Delisle)
2017-05-19, Version 3.9.0
=========================

View File

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