From 46bdb063c46ec16543a7c6f7e16c1c8c1aca1776 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 28 Oct 2015 10:22:17 -0700 Subject: [PATCH] 2.41.1 * Added missing callback when a model is not found (Federico Rampazzo) * Rewrite of variable (mdartic) * Filtering relations of a model with an order specified (mdartic) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 97c51442..3f188ccc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-10-28, Version 2.41.1 +========================== + + * Added missing callback when a model is not found (Federico Rampazzo) + + * Rewrite of variable (mdartic) + + * Filtering relations of a model with an order specified (mdartic) + + 2015-10-07, Version 2.41.0 ========================== diff --git a/package.json b/package.json index 56f491f0..202eb950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.41.0", + "version": "2.41.1", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",