From a54064b9898f445c63df1c12e4fd46e4bf95a468 Mon Sep 17 00:00:00 2001 From: Kevin Delisle Date: Thu, 1 Jun 2017 11:37:49 -0400 Subject: [PATCH] 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) --- CHANGES.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) 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 },