From a2ed2a401be366d87888ea25e89977e9dbc468fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 7 Oct 2015 13:01:13 -0700 Subject: [PATCH] 2.41.0 * Ability to define normalization of undefined query (Ryan Schumacher) * findByIds would fail when an array of 0 length was passed as its first argument (James Cooke) * Use strongloop conventions for licensing (Sam Roberts) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9d0dacf6..97c51442 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-10-07, Version 2.41.0 +========================== + + * Ability to define normalization of undefined query (Ryan Schumacher) + + * findByIds would fail when an array of 0 length was passed as its first argument (James Cooke) + + * Use strongloop conventions for licensing (Sam Roberts) + + 2015-09-11, Version 2.40.1 ========================== diff --git a/package.json b/package.json index 87e4127c..56f491f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.40.1", + "version": "2.41.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",