diff --git a/CHANGES.md b/CHANGES.md index 77d6d23c..710fe236 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ========================= diff --git a/package.json b/package.json index 5df05f16..dc118091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.9.0", + "version": "3.9.1", "publishConfig": { "export-tests": true },