From 84c4d0e922274cb79cb2aff2df56593904392f13 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 14 Aug 2015 09:32:18 -0700 Subject: [PATCH] 2.37.0 * Do not coerce RegExp objects to strings (Simon Ho) * Indicate result of destroyById/protototype.destroy (Fabien Franzen) * Removed extra ")" (Chris Finn) * Fixed typo & added the filter units (Chris Finn) --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b8d8fcce..50ae5826 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +2015-08-14, Version 2.37.0 +========================== + + * Do not coerce RegExp objects to strings (Simon Ho) + + * Indicate result of destroyById/protototype.destroy (Fabien Franzen) + + * Removed extra ")" (Chris Finn) + + * Fixed typo & added the filter units (Chris Finn) + + 2015-08-05, Version 2.36.0 ========================== diff --git a/package.json b/package.json index 1593205d..a90c4389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.36.0", + "version": "2.37.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",